Forum Discussion
Altera_Forum
Honored Contributor
15 years agoimplement 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
Honored 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.
- Altera_Forum
Honored 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
Honored 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.