How to load these data into the SRAM

  • Thread starter Thread starter desmal
  • Start date Start date
  • Tags Tags
    Data Load
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
desmal
Messages
23
Reaction score
0
Hello everybody...

I have spartan 3-1000 FPGA and I want to show some graphs to CRT monitor using VGA. I Know how to show the graphs from the SRAM and give them into the VGA. the question is How to load these data into the SRAM?? --can anyone help me
 
Engineering news on Phys.org
Design in a serial port and program it externally, or use JTAG, or use an SRAM that reads its contents at start-up from a flash ROM... there are many ways.

- Warren
 
Hi chroot..

My knowledge in this field is limited. I read about using JTAG but JTAG can be use to program the FPGA by loading .bin file (binary file) on it. so How can I use JTAG to load these data without effecting the FPGA.

Thinks chroot for your respons
 
Hi,
I'm trying to load images from an SRAM card on the Xilinx ML401 board to a VGA monitor. Any chance you could give me a hand ?