From c18bc6bd0df3b7e43c6af089bd949174050abf64 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Mon, 24 Jan 2022 14:54:23 -0800 Subject: [PATCH] Add chisel plugin to firechip --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 7f415871..5d590717 100644 --- a/build.sbt +++ b/build.sbt @@ -260,6 +260,7 @@ lazy val firesimLib = ProjectRef(firesimDir, "firesimLib") lazy val firechip = (project in file("generators/firechip")) .dependsOn(chipyard, midasTargetUtils, midas, firesimLib % "test->test;compile->compile") .settings( + chiselSettings, commonSettings, Test / testGrouping := isolateAllTests( (Test / definedTests).value ), Test / testOptions += Tests.Argument("-oF")