Forum Discussion

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

Replacing a process with 1-port RAM

i have process I need to now implement as ROM. process (count, outi, run) --converter begin if (run = '1') then -- run is a physical switch case count is -- count ...