Specify some uninferrable widths
It's really scary that Chisel2 passed this stuff.
This commit is contained in:
@ -304,7 +304,7 @@ class MSHRFile extends L1HellaCacheModule {
|
||||
when (sdq_enq) { sdq(sdq_alloc_id) := io.req.bits.data }
|
||||
|
||||
val idxMatch = Wire(Vec(Bool(), nMSHRs))
|
||||
val tagList = Wire(Vec(Bits(), nMSHRs))
|
||||
val tagList = Wire(Vec(Bits(width = tagBits), nMSHRs))
|
||||
val tag_match = Mux1H(idxMatch, tagList) === io.req.bits.addr >> untagBits
|
||||
|
||||
val wbTagList = Wire(Vec(Bits(), nMSHRs))
|
||||
|
Reference in New Issue
Block a user