Altera_Forum
Honored Contributor
16 years agoQuartus equivalent to XST attribute rom_extract
Hello,
I am working on a design that should use some ROM blocks. I know that on Virtex4 you can use rom_extract attribute to pack a component that uses a large WITH...SELECT statement into ROM, but I have yet to find an equivalent that works on StratixII. I read in the recommended HDL coding style chapter that by writing a CASE statement it would be packed into ROM, but each ROM function has to meet a minimum size requirement to be inferred and placed into memory. Does anyone know what is this minimum size requirement? Thx