Forum Discussion

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

ROM inferring problem

Hello; In my design I write a VHDL code to infer ROMs. It were specified to be M9k with the following attribute: attribute romstyle : string; attribute romstyle of q: signal is "m9k"; ...