Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI think it's possible to make it like
if reset
elsif load
else
if rising_edge
end if;
end if;
Now put count up and down under the rising edge to make reset and load async and up and down sync. But rising edge in if - else structure is not done ;-) cauze inpout is a clock you only can use it like: if rising_edge then end if; and not like if rising_edge then else end if;