summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJiuyang Liu2021-05-20 03:09:24 +0000
committerGitHub2021-05-20 03:09:24 +0000
commit8c9007365d038d23b94bb4d1a6a7f20448f951eb (patch)
tree7058bae5cf501222a60df23277afd88ecd963b9c /build.sbt
parent761447a2d88563e2b6c0a5a538abd4a2ebf70620 (diff)
implement model checking API for chiseltest (#1910)
* add os-lib to dependency. * implement EndToEndSMTBaseSpec * rename to SMTModelCheckingSpec * add documentation. * fix for review.
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 7e9c55e6..d15fc740 100644
--- a/build.sbt
+++ b/build.sbt
@@ -72,6 +72,7 @@ lazy val chiselSettings = Seq (
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.1.2" % "test",
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % "test",
+ "com.lihaoyi" %% "os-lib" % "0.7.7",
),
) ++ (
// Tests from other projects may still run concurrently