[tracegen] Add tracegen support for the BOOM L1D (#362)

* [tracegen] Add tracegen support for the BOOM L1D

* [tracegen] Split up BOOM Tracegen mixin and shim.

* [ci] Fix tracegen hash for testing
This commit is contained in:
Jerry Zhao
2020-01-23 16:01:32 -08:00
committed by GitHub
parent 1859054f73
commit 05f17f5b99
7 changed files with 301 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ lazy val example = conditionalDependsOn(project in file("generators/example"))
.settings(commonSettings)
lazy val tracegen = conditionalDependsOn(project in file("generators/tracegen"))
.dependsOn(rocketchip, sifive_cache)
.dependsOn(rocketchip, sifive_cache, boom)
.settings(commonSettings)
lazy val utilities = conditionalDependsOn(project in file("generators/utilities"))