MinzhiWang
Occasional Contributor
1 year agoOn-chip memory clear questions
Hi, We used many kinds of memories in FPGA logic design. RAM, ROM and FIFO. We can use MIF or HEX files to inialize on-chip RAM or ROM. Now we encounter situation: we want to clear on-chip RAM in r...
- 1 year ago
We'd recommend using M20K which is dedicated memory resource to realize RAM instead of MLAB. MLAB is mainly using for logic. It will consume more resource when using MLAB to implement RAM.