1
0

use updated NASTI channel constructors

This commit is contained in:
Howard Mao
2015-09-25 12:07:27 -07:00
parent 8c4ac0f4f3
commit 308022210a
2 changed files with 11 additions and 20 deletions

View File

@ -1439,8 +1439,8 @@ class NASTIIOTileLinkIOConverter extends TLModule with NASTIParameters {
len = Mux(has_data, UInt(tlDataBeats - 1), UInt(0)))
io.nasti.aw.bits := io.nasti.ar.bits
io.nasti.w.bits := NASTIWriteDataChannel(
strb = io.tl.acquire.bits.wmask(),
data = io.tl.acquire.bits.data,
strb = io.tl.acquire.bits.wmask(),
last = tl_wrap_out || (io.tl.acquire.fire() && is_subblock))
when(!active_out){