Closed tjarker closed 9 months ago
Output(UInt(16.W))
UInt(OUTPUT, 16)
3.U(16.W)
UInt(3, width = 16)
Great, thanks.
Output(UInt(16.W))
instead ofUInt(OUTPUT, 16)
3.U(16.W)
instead ofUInt(3, width = 16)