Forum Discussion
Altera_Forum
Honored Contributor
18 years agoYou are right, you need the tick-event. That line means the clock has changed and it is nowt a '1'. Without the 'event, it just means when the clock is high, update this process, more like a transparent latch.
Take those signal assignments at the end and move them up just enough to be inside the clock edge if statement. This will make them rising edge registers.