chipsalliance / firrtl-spec

The specification for the FIRRTL language
46 stars 28 forks source link

Add CHIRRTL memories, cmem/smem, to the Specification #131

Open seldridge opened 1 year ago

seldridge commented 1 year ago

Add missing CHIRRTL memories to the spec. Consider reworking these to use the CIRCT interpretation of them that makes handling simpler.

sequencer commented 1 year ago

I think we may need to remove them in Chisel and switch to the SRAM intmodule, to make it be able to work with MBIST for example...