Write simple test for MultiPortQueue

... and comment out old CAM-based inflight table test.
This commit is contained in:
Hansung Kim
2023-03-27 15:21:01 -07:00
parent f07497638d
commit 23d8fa3be1
2 changed files with 127 additions and 125 deletions

View File

@@ -253,7 +253,7 @@ class CoalescingUnitImp(outer: CoalescingUnit, numLanes: Int) extends LazyModule
// Take [(off-1)*size:off*size] starting from MSB
c := (data >> (dataWidth - (o + 1) * size)) & sizeMask
}
chunks(offset)
chunks(offset) // MUX
}
// Un-coalesce responses back to individual lanes and queue them up