1
0

make sure TL to NASTI converter handles MT_WU

This commit is contained in:
Howard Mao 2016-02-10 11:06:41 -08:00
parent 66e9cc8c82
commit 2825b2d645

View File

@ -393,6 +393,7 @@ class NastiIOTileLinkIOConverter(implicit p: Parameters) extends TLModule()(p)
MT_H -> UInt(1),
MT_HU -> UInt(1),
MT_W -> UInt(2),
MT_WU -> UInt(2),
MT_D -> UInt(3),
MT_Q -> UInt(log2Up(tlDataBytes))))