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 writing a vhdl code and i don't know what instruction should i use to call the SRAM..thank you all.5 Replies
- Altera_Forum
Honored Contributor
Check the manuals. What is the typenumber of the SRAM? Put it into your favorite internet search engine and most likely you'll find the manual you need. I know it might be a lot of texts and diagrams, but it helps understand what it is you need to do.
- Altera_Forum
Honored Contributor
well thank you ; i just need the syntax used in vhdl to call the sram. and what you mean by type number ??
- Altera_Forum
Honored Contributor
You 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.
- Altera_Forum
Honored Contributor
any exemple of controller or guide or help with it please
- Altera_Forum
Honored Contributor
Or are you trying to create an internal SRAM?