Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Sram

Altera_Forum
Honored Contributor II
1,719 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
715 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
715 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
715 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
715 Views

any exemple of controller or guide or help with it please

0 Kudos
Altera_Forum
Honored Contributor II
715 Views

Or are you trying to create an internal SRAM?

0 Kudos
Reply