Skip to content

Commit

Permalink
fix elabo
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Oct 14, 2024
1 parent dde4a1c commit 5c0a3e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion elaborator/src/t1emu/Testbench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ object Testbench extends SerializableModuleElaborator {
vlen.toInt
}.get

if (zvbb) require(vfuInstantiateParameter == "zvbb")
T1Parameter(
dLen,
extensions,
Expand Down
2 changes: 1 addition & 1 deletion elaborator/src/t1rocket/T1RocketTile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ object T1RocketTile extends SerializableModuleElaborator {
}.get
val fp = instructionSets.contains("zve32f")
val zvbb = instructionSets.contains("zvbb")
if (zvbb) require(vfuInstantiateParameter == "zvbb")

T1RocketTileParameter(
instructionSets: Seq[String],
cacheBlockBytes: Int,
Expand Down
2 changes: 1 addition & 1 deletion elaborator/src/t1rocketemu/Testbench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ object T1RocketTile extends SerializableModuleElaborator {
}.get
val fp = instructionSets.contains("zve32f")
val zvbb = instructionSets.contains("zvbb")
if (zvbb) require(vfuInstantiateParameter == "zvbb")

T1RocketTileParameter(
instructionSets: Seq[String],
cacheBlockBytes: Int,
Expand Down

0 comments on commit 5c0a3e7

Please sign in to comment.