Forum Discussion
Altera_Forum
Honored Contributor
15 years agoImplementing ROM - which FPGA to use?
Hi all, I need to implement 5 look-up tables (for 5 DACs), with a total of ~800Kbits. I built a simple rom (didn't use a mega-function) - an entity with address and data pins and an internal ar...
Altera_Forum
Honored Contributor
15 years agoFPGAs have dedicated blocks for memory (ASIC like sections) that you need to interface your logic fabric to it. It can be done by instantiation through megawizard (recommended for beginners) or inferred by special HDL templates (see Altera site).