Forum Discussion
Altera_Forum
Honored Contributor
12 years agoSram
Dear all; i need to know how to use information stocked in my SRAM with VHDL instruction. let me explain more. i mean i have a file put on SRAM and i want to use value included into that file.i m ...
Altera_Forum
Honored Contributor
12 years agoYou cant "call" SRAM from VHDL. SRAM is an external chip to the FPGA - so you need to write a controller to follow the timing specs of the external chip.