Skip to content

Commit

Permalink
[t1rocket] fix fpu reg write score board in TestBench.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf authored and sequencer committed Aug 25, 2024
1 parent 8f760e7 commit 92b2d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1rocketemu/src/TestBench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class TestBench(generator: SerializableModuleGenerator[T1RocketTile, T1RocketTil

// [[option]] rocket fpu reg write
generator.parameter.fpuParameter.zip(t1RocketProbe.fpuProbe).zip(rocketProbe.fpuScoreboard).map {
case(fpuParameter, fpu, fpuScoreboard) => {
case((fpuParameter, fpu), fpuScoreboard) => {
val fpToIEEE = Module(new FPToIEEE(FPToIEEEParameter(
fpuParameter.useAsyncReset,
fpuParameter.xLen,
Expand Down

0 comments on commit 92b2d9a

Please sign in to comment.