Forum Discussion
Altera_Forum
Honored Contributor
7 years agoAn "orthodox" way to create a testbench is to not use force at all. Force overrides what is already on a signal, and really only meant for fault injection.
As for running the testbench, the run command runs for the time specified in the command, so run 200 should run the testbench for 200 ns.# 20 delays a signal for 20*timeprecision. What have you got timeprecision set to? if it is 10 ns, then that will mean# 20 = 200 ns. Try running the simulation for longer.