Forum Discussion
Altera_Forum
Honored Contributor
15 years agoadd a reset at the beginning of the process, like this:
begin
wait until rising_edge(Clk);
Enable <= '1';
rst <= '1';
wait until rising_edge(clk);
rst <= '0';
and you'll get waves like this: