abu9022
Member level 3
- Joined
- Jan 2, 2013
- Messages
- 60
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 1,715
run -all will run till the simulation no longer has any signals making transitions or it finds some control statement that stops/halts the simulation.
run 100 ns will run for 100 ns and stop.
which is better run 100 ns or run -all
if i run 100 ns can i get output?