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 as a FEMALE but can only be used as a MALE.
What's the fix for this change?