Forum Discussion
Altera_Forum
Honored Contributor
8 years agoQuartus has an "in-system memory content editor (http://quartushelp.altera.com/16.1/index.htm#program/red/red_com_editor.htm)" built in - see the Tools menu in Quartus. However, it'll only let you monitor/change memory internal to the FPGA, via JTAG.
It is worth playing around with. You should be able to setup an internal RAM to mirror a portion of external SSRAM. It requires more code and, rather fundamentally, a working interface to your external memory. However, it can be a useful debugging tool. Cheers, Alex