Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21607 Discussions

Dumping Memory Content

Altera_Forum
Honored Contributor II
1,851 Views

Hi everyone, 

 

Is there a nice and easy way to dump a memory module content to the PC (like into a file). Say I have an SDRAM or an SRAM and I wanna have their content dumped. Thanks.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
1,019 Views

Hi,  

 

Assuming you are using SOPC builder, I think you can easily do it using the 'system-console', a new Altera tool available since Quartus 8.0. Be aware that you have to know TCL scripting, at least a little. 

 

See the NIOS wiki :http://nioswiki.jot.com/wikihome/systemconsole 

There are some examples. All you have to do is to have an JTAG avalon master (i.e NIOS processor+debug module or the new Altera SOPC JTAG avalon master component) in your design. Then you have some basic TCL command which allows read/write accesses on the Avalon bus, at a user specified adress. 

 

I personnally use the system console for programming in-system an MSP430 (see here (http://nioswiki.jot.com/wikihome/system%20console%20-%20msp430)) and a Xilinx CPLD on my custom board. 

 

Great tool IMO. 

 

Regards.
0 Kudos
Reply