fix bug in narrower logic
This commit is contained in:
parent
93aa370b87
commit
e71293e2ae
@ -1773,7 +1773,8 @@ class TileLinkIONarrower(innerTLId: String, outerTLId: String)
|
||||
smallget_roq.io.enq.ready,
|
||||
io.out.acquire.ready)
|
||||
|
||||
smallget_roq.io.enq.valid := smallget_helper.fire(smallget_roq.io.enq.ready)
|
||||
smallget_roq.io.enq.valid := smallget_helper.fire(
|
||||
smallget_roq.io.enq.ready, !sending_put)
|
||||
smallget_roq.io.enq.bits.data := readshift
|
||||
smallget_roq.io.enq.bits.tag := iacq.client_xact_id
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user