J
Jeroen
Guest
Hi,
I just spent an hour finding out why something didn't work the way it should
work.
This was the culprit:
if pc_reload<='1' then
pc_reg<=instruction;
else
pc_reg<=pc_reg+1;
end if;
Jeroen
--
email adres invalid: remove the dot
I just spent an hour finding out why something didn't work the way it should
work.
This was the culprit:
if pc_reload<='1' then
pc_reg<=instruction;
else
pc_reg<=pc_reg+1;
end if;
Jeroen
--
email adres invalid: remove the dot