rocket: turn on early ack for ITIM
This commit is contained in:
parent
58a4529cc5
commit
3d06f01a2c
@ -111,7 +111,7 @@ trait CanHaveScratchpad extends HasHellaCache with HasICacheFrontend with HasCor
|
|||||||
val slaveNode = TLInputNode() // Up to two uses for this input node:
|
val slaveNode = TLInputNode() // Up to two uses for this input node:
|
||||||
|
|
||||||
// 1) Frontend always exists, but may or may not have a scratchpad node
|
// 1) Frontend always exists, but may or may not have a scratchpad node
|
||||||
val fg = LazyModule(new TLFragmenter(fetchWidth*coreInstBytes, p(CacheBlockBytes), true))
|
val fg = LazyModule(new TLFragmenter(fetchWidth*coreInstBytes, p(CacheBlockBytes), earlyAck=true))
|
||||||
val ww = LazyModule(new TLWidthWidget(xLen/8))
|
val ww = LazyModule(new TLWidthWidget(xLen/8))
|
||||||
frontend.slaveNode :*= fg.node
|
frontend.slaveNode :*= fg.node
|
||||||
fg.node :*= ww.node
|
fg.node :*= ww.node
|
||||||
|
Loading…
Reference in New Issue
Block a user