Forum Discussion

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

implement Memory using Logic

Hi,

I'm working in a design using the CIII. I'm usin ROM to store ,mif files. My design took two much memory but a few logic and the quartus can't fit the design in my device. I just wondering if i can map those memory using logic.

Please help me.

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    To store data there are three options:

    memory blocks

    registers (of the fabric)

    wires (for constants)

    see if you can use the last two options.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    logic will not store anywherer near as much as ram. you need to get a larger part or re-design your system

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    If you are using the megafunction to instantiate the ROM you have a parameterization option to force the logic to be implemented in LEs. Before doing so I would take a look at your implementation to make sure there are not other optimizations you can do first since if your ROM is big, implemented in LEs it'll be slow.