From 392ea3c9b5b04e374eeb1bf3b0d87ac9fbf45513 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Wed, 1 Dec 2021 14:49:34 -0800 Subject: 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.--- build.sbt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'build.sbt') 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). -- cgit v1.2.3