Skip to content

Commit

Permalink
Revert "fix: S-interpolator for assert, assume and printf (#1242)"
Browse files Browse the repository at this point in the history
This reverts commit dbfa8b0.
  • Loading branch information
jerryz123 authored Nov 22, 2022
1 parent dbfa8b0 commit 0a42353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/tracegen/src/main/scala/Tile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,6 @@ class BoomTraceGenTileModuleImp(outer: BoomTraceGenTile)
status.timeout.bits := 0.U
status.error.valid := false.B

assert(!tracegen.io.timeout, cf"TraceGen tile ${outer.tileParams.hartId.toString}: request timed out")
assert(!tracegen.io.timeout, s"TraceGen tile ${outer.tileParams.hartId}: request timed out")

}

0 comments on commit 0a42353

Please sign in to comment.