1
0

fix bug in narrower logic

This commit is contained in:
Howard Mao 2015-12-06 02:58:12 -08:00
parent 93aa370b87
commit e71293e2ae

View File

@ -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