1
0

make sure wmask is passed for PutBlock in broadcast hub

This commit is contained in:
Howard Mao
2015-11-20 14:09:24 -08:00
parent 941b64cd62
commit 55a85cc67a
2 changed files with 5 additions and 1 deletions

View File

@ -137,6 +137,7 @@ trait HasTileLinkData extends HasTileLinkBeatId {
/** An entire cache block of data */
trait HasTileLinkBlock extends HasTileLinkParameters {
val data_buffer = Vec(tlDataBeats, UInt(width = tlDataBits))
val wmask_buffer = Vec(tlDataBeats, UInt(width = tlWriteMaskBits))
}
/** The id of a client source or destination. Used in managers. */