Closed donggyukim closed 1 year ago
Strongly agree!
On Jul 21, 2016 1:27 PM, "Donggyu" notifications@github.com wrote:
For now, there's no way to express readwrite ports in Chisel3. In Chisel2, they are inferred from read and write ports by checking their enable signals. I think there should be an explicit way as well as an implicit way to infer in firrtl.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ucb-bar/chisel3/issues/238, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDPinUmX3KmPc3g5dlWZGfdqKw420JWks5qX9YxgaJpZM4JSLwL .
Resolution: there should be an explicit readwrite port for memories,
This is done in https://github.com/chipsalliance/chisel/pull/3190.
For now, there's no way to express readwrite ports in Chisel3. In Chisel2, they are inferred from read and write ports by checking their enable signals. I think there should be an explicit way as well as an implicit way to infer in firrtl.