Forum Discussion
Altera_Forum
Honored Contributor
15 years agoyou should put all the contents of your process inside a
if rising_edge(clk)
...
end ifloop to be sure that everything is clocked.you should put all the contents of your process inside a
if rising_edge(clk)
...
end ifloop to be sure that everything is clocked.