On-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 real time. We thought to use system reset signal to clean entire RAM field. However, we read RAM UG and got that the Syn or Asny clear port only clean the RAM's Q port. The clear port seems can't clean RAM's inside internal space.
I just want to confirm if the RAM can have the same clear function as the FIFO? We can clean full FIFO space by using the clear port.
Thanks
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.