You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DFFRAM currently supports 1RW2R regfiles, which is common on many architectures including RISC-V. However, some architectures only support reading from one operand. For example, RISC-V compressed instructions only support accessing one source and one destination operand.
Currently, routing pressure on GF180MCU is very high, meaning a lot of extra halo needs to be added for the wiring. It's possible to synthesize a 1RW1R memory, but even that has extra read circuitry on the write path that is unnecessary.
It would be nice to be able to shrink the regfile such that it generates a 1W1R block.
The text was updated successfully, but these errors were encountered:
DFFRAM currently supports 1RW2R regfiles, which is common on many architectures including RISC-V. However, some architectures only support reading from one operand. For example, RISC-V compressed instructions only support accessing one source and one destination operand.
Currently, routing pressure on GF180MCU is very high, meaning a lot of extra halo needs to be added for the wiring. It's possible to synthesize a 1RW1R memory, but even that has extra read circuitry on the write path that is unnecessary.
It would be nice to be able to shrink the regfile such that it generates a 1W1R block.
The text was updated successfully, but these errors were encountered: