Forum Discussion
Altera_Forum
Honored Contributor
8 years agoI want to add a delay in my code.
like in modelsim simulation we write " always@ (clock) begin # 5 a <= b; end " this adds a 5 time units delay to the signal. can we have something in QUATRUS Prime for simulation becoz this is not working in QUATRUS. can someone help me out?