Forum Discussion
Altera_Forum
Honored Contributor
9 years agoReplacing 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 ...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Did you assign any values to the rom? without specifying the contents, it will simulate with all U --- Quote End --- yeah i did. It was in my first post