chisel2-deprecated icon indicating copy to clipboard operation
chisel2-deprecated copied to clipboard

bulk connection(<>) in the when statements?

Open donggyukim opened this issue 11 years ago • 0 comments

Sometimes, we want to use the <> operators in the when statements like: io <> thisIo when(thatCond) { io <> thatIo }

However, the current Chisel doesn't support it, emitting reassignment errors. I tried to change 'assign' to 'procAssign' in the <> method of Bits, which doesn't compile referencechip.

donggyukim avatar Nov 23 '14 02:11 donggyukim