How to display the time in batch mode simulation

Solution

To display the time, please use run 1ms in a simple loop:

while 1 {run 1ms}

This will print each simulation step in the console:

# KERNEL: stopped at time: 1ms
# KERNEL: stopped at time: 2ms
# KERNEL: stopped at time: 3ms
# KERNEL: stopped at time: 4ms
...


Printed version of site: www.aldec.com/en/support/resources/documentation/faq/1741