summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2021-12-01 14:49:34 -0800
committerGitHub2021-12-01 14:49:34 -0800
commit392ea3c9b5b04e374eeb1bf3b0d87ac9fbf45513 (patch)
tree3b7e8a9713ffb5269b6c87f166a46dd235c6927d /build.sbt
parentcdb02ea4412b4cb3b42f6c78a4bae76b43be9d64 (diff)
Require the chisel3 compiler plugin (#2271)
As the chisel3 compiler plugin is now required, we can delete unused code for reflective autoclonetype as well as the noPluginTests.
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt9
1 files changed, 0 insertions, 9 deletions
diff --git a/build.sbt b/build.sbt
index 49c44c09..e395823d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -221,15 +221,6 @@ lazy val chisel = (project in file(".")).
)
)
-lazy val noPluginTests = (project in file ("no-plugin-tests")).
- dependsOn(chisel).
- settings(commonSettings: _*).
- settings(chiselSettings: _*).
- settings(Seq(
- // Totally don't know why GitHub Action won't introduce FIRRTL to dependency.
- libraryDependencies += defaultVersions("firrtl"),
- ))
-
// tests elaborating and executing/formally verifying a Chisel circuit with chiseltest
lazy val integrationTests = (project in file ("integration-tests")).
dependsOn(chisel).