Split IOBinders into IOBinders and Harness Binders | punch out clocks to harness for simwidgets and bridges

This commit is contained in:
Jerry Zhao
2020-09-04 13:35:05 -07:00
parent 178a0e38b5
commit 0f50e4d118
19 changed files with 643 additions and 524 deletions

View File

@@ -211,7 +211,7 @@ lazy val midas = ProjectRef(firesimDir, "midas")
lazy val firesimLib = ProjectRef(firesimDir, "firesimLib")
lazy val firechip = conditionalDependsOn(project in file("generators/firechip"))
.dependsOn(chipyard, midasTargetUtils, midas, firesimLib % "test->test;compile->compile")
.dependsOn(chipyard, midasTargetUtils, midas, iocell, firesimLib % "test->test;compile->compile")
.settings(
commonSettings,
testGrouping in Test := isolateAllTests( (definedTests in Test).value ),