I am building a memory module:
32 bits
wide,- parallel, and,
- byte-addressable.
I did a research and i could not find an memory IC that will suit my needs.
It must be able to:
- StoreWord,
- StoreHalf and,
- StoreByte (RISC-V), with or without an offset.
One suggestion was to build it from four
8bits
RAMs. I simulated it in Logisim-Evolution, as suggested masking out unwanted data, but even in the uncomplete state, it seems a little too large.I plan to build it in real life, so it must have as little components as possible, but i just cannot think of a way how to build it, or how is it made in industry?