Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers

Sram

Altera_Forum
Honored Contributor II
1,692 Views

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.
0 Kudos
5 Replies
Altera_Forum
Honored Contributor II
688 Views

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.

0 Kudos
Altera_Forum
Honored Contributor II
688 Views

well thank you ; i just need the syntax used in vhdl to call the sram. and what you mean by type number ??

0 Kudos
Altera_Forum
Honored Contributor II
688 Views

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.

0 Kudos
Altera_Forum
Honored Contributor II
688 Views

any exemple of controller or guide or help with it please

0 Kudos
Altera_Forum
Honored Contributor II
688 Views

Or are you trying to create an internal SRAM?

0 Kudos
Reply