Chisel 3 assignment to bit range - Stack Overflow
2021-3-15 · Chisel 3 assignment to bit range. Ask Question. Asked 4 years, 6 months ago. Active 2 years, 5 months ago. Viewed 1k times. 4. This seemed to work in Chisel 2, but doesn't work now: class TestX extends Module { val io = IO (new Bundle { val a = Output (UInt (width=2)) }) io.a (1, 0) := UInt (0) } Error: [module TestX] Expression T_4 is used ...
Get Price