Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
The SRAM on FPGA is for configuration (for ex. Cyclone serie). You send a text file : through RS232, you send characters. If you mean those 4kB of SRAM blocks, you can : - instantiate those blocks (see megawizard) and create logic... - OR employ a processor like NIOS II. Maybe the simplest solution (RS232, you can use internal RAM blocks for memory).