diff options
| author | Jack Koenig | 2021-03-12 15:33:58 -0800 |
|---|---|---|
| committer | Jack Koenig | 2021-03-12 16:16:45 -0800 |
| commit | 3bea6167159737b379f37031c3beef27337be06d (patch) | |
| tree | 0d2df183b022697a496d58a3be13b85d141cf7fc /build.sbt | |
| parent | a8d32388ffa8c29a3b0f9e78ab6cd917b92954cd (diff) | |
[plugin] Disable BundleComponent by default, add option to enable
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -179,6 +179,8 @@ lazy val chisel = (project in file(".")). mimaPreviousArtifacts := Set(), libraryDependencies += defaultVersions("treadle") % "test", scalacOptions in Test ++= Seq("-language:reflectiveCalls"), + // Only used in Test for 3.4.x, used in Compile in 3.5 + scalacOptions in Test += "-P:chiselplugin:useBundlePlugin", scalacOptions in Compile in doc ++= Seq( "-diagrams", "-groups", |
