Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI don't really follow 100%. You're saying that the lines
if(valid_RE or readEn_RE) then
address <= rwaddressstart;
elsif(valid = '1' or readEn = '1') then
address <= address + '1';
shouldn't be in the process block because they're already being stored in registers, and should be taken outside of the process block?