Forum Discussion
Altera_Forum
Honored Contributor
7 years agoHi,
Replace sysclk by sysclk_period It`s simple just provide input stimulus for example as follows & simulate,always @(posedge SYSCLK_PERIOD) begin
# 5 reset_reset_n = 1;
# 50 reset_reset_n = 0;
# 100 reset_reset_n = 1;
# 25 reset_reset_n = 0;
# 55 reset_reset_n = 1;
end find the attachment for screenshot. Let me know if this has helped resolve the issue you are facing or if you need any further assistance. Best Regards Vikas Jathar (This message was posted on behalf of Intel Corporation)