Hi. I am running a 25MHz clock with 20 _nop_(); to test for stopwatch functionality while running under simulation. With these many _nop_(); I should be seeing an elapsed time (t0) of 0.0000008 sec. I have looked at t0, t1 and t2 and all stayed at 0.
How do I see elapsed time on the stopwatch?
thank you.