Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou are probably experiencing simulation 'delta' delays, where the simulator is evaluating several simulation events during zero elapsed time, and the cycle where the rising edge is detected is occurring when not all signals are in their new (or old) state.
You should launch ep_clk slightly before or after the other ep_xx signals to ensure that its simulation cycle is unique, eg., use an after 1 ns delay. Cheers, Dave