WithFireSimFAME5 to allow non Rocket/BOOM build

This commit is contained in:
alonamid
2021-02-01 17:33:07 -08:00
committed by GitHub
parent 255452f20a
commit 6dcd4f9afc

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)
}