1
0

make sure write channel id is actually set

This commit is contained in:
Howard Mao 2016-07-07 12:12:39 -07:00
parent bbf780725f
commit 6055482513

View File

@ -186,6 +186,7 @@ object NastiWriteDataChannel {
w.strb := strb.getOrElse(Fill(w.nastiWStrobeBits, UInt(1, 1)))
w.data := data
w.last := last
w.id := id
w.user := UInt(0)
w
}