Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

User Interface to control SRAM (cyclone iii starter kit board)

Dear Altera user,

I'm using an altera board Cyclone iii start kit (with external Sram and Dram)

I explain here the way I'am using it, but I'm looking for a better solution.

The problem concerns the load/dump of the external sram.

I have a design which needs to read the external Sram and write into it.

I need to load the Sram with raw data, process the data with my design and then dump the memory to get the result.

For loading/dumping the Sram, I used the Board Control Panel application.

1) Start the Board Panel : load a file into the memory

2) launch the Quartus programmer to put the Design in the FPGA

3) Start the processing

4) When it finishes, I reconfigure the Board with default *.sof (in order to get control panel working)

5) Start the Board Panel : dump the Sram contents into a file

Question1: How can I write an application (graphical or through console) to do the same thing without

reconfiguring the FPGA, I want to configure the FPGA once with my design and be able to load/dump memory

as often as I want.

Thanks for your help

11 Replies