1
0

add id field to write data channel in TL -> AXI converter

This commit is contained in:
Howard Mao 2016-04-19 09:46:31 -07:00
parent 152645b1bc
commit 9b3faff5a5

View File

@ -494,6 +494,7 @@ class NastiIOTileLinkIOConverter(implicit p: Parameters) extends TLModule()(p)
io.nasti.w.valid := put_helper.fire(io.nasti.w.ready)
io.nasti.w.bits := NastiWriteDataChannel(
id = io.tl.acquire.bits.client_xact_id,
data = io.tl.acquire.bits.data,
strb = io.tl.acquire.bits.wmask(),
last = tl_wrap_out || (io.tl.acquire.fire() && is_subblock))