make sure write channel id is actually set
This commit is contained in:
parent
bbf780725f
commit
6055482513
@ -186,6 +186,7 @@ object NastiWriteDataChannel {
|
|||||||
w.strb := strb.getOrElse(Fill(w.nastiWStrobeBits, UInt(1, 1)))
|
w.strb := strb.getOrElse(Fill(w.nastiWStrobeBits, UInt(1, 1)))
|
||||||
w.data := data
|
w.data := data
|
||||||
w.last := last
|
w.last := last
|
||||||
|
w.id := id
|
||||||
w.user := UInt(0)
|
w.user := UInt(0)
|
||||||
w
|
w
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user