Forum Discussion
Altera_Forum
Honored Contributor
12 years agoalways@(posededge clk) is the equvalent of a clocked process with if rising_edge(clk) in VHDL.
It's not exactly correct to say it "would raise 'TestSignal' one clock cycle after entering 'state=st5'". This is only true if state is set with the same clock edge. Generally, state can be set at any time between the previous and the present clock edge.