Merge pull request #782 from ucb-bar/alonamid-patch-1

WithFireSimFAME5 to allow non Rocket/BOOM build
This commit is contained in:
alonamid
2021-02-08 10:58:01 -08:00
committed by GitHub

View File

@@ -170,6 +170,7 @@ class WithFireSimFAME5 extends ComposeIOBinder({
annotate(EnableModelMultiThreadingAnnotation(b.module))
case r: RocketTile =>
annotate(EnableModelMultiThreadingAnnotation(r.module))
case _ => Nil
}
(Nil, Nil)
}