Quote from LWT98709 on November 19, 2024, 6:22 pmHow to use circTime() in Angel Script ?
I'm trying to get the simulation time inside the script of a scripted component.
Thanks
How to use circTime() in Angel Script ?
I'm trying to get the simulation time inside the script of a scripted component.
Thanks
Quote from arcachofo on November 19, 2024, 9:30 pmYou can get simulation time like this:
uint64 time = component.circTime();
That is the time from simulation start in picoseconds.
You can get simulation time like this:
uint64 time = component.circTime();
That is the time from simulation start in picoseconds.