Use cf-interpolator for simulation-time string
sizeInBits is a sim-time variable.
This commit is contained in:
@@ -1056,7 +1056,7 @@ class Uncoalescer(
|
||||
val sizeInBits = ((1.U << logSize) << 3.U).asUInt
|
||||
assert(
|
||||
(dataWidth > 0).B && (dataWidth.U % sizeInBits === 0.U),
|
||||
s"coalesced data width ($dataWidth) not evenly divisible by core req size ($sizeInBits)"
|
||||
cf"coalesced data width ($dataWidth) not evenly divisible by core req size ($sizeInBits)"
|
||||
)
|
||||
|
||||
val numChunks = dataWidth / 32
|
||||
|
||||
Reference in New Issue
Block a user