Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Sram

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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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.