p3bz
Newbie level 1
I'd like to restart my simulation using the PLI. I use VCS.
I wrote this :
in a callback function catched by the
The simulator gets the reset call but does not use the extra parameter as it's written in the documentation: The simulation is restarted but in interactive mode ! I also tested with 3 parameters ...
Is this the correct way to restart a simulation ?
Thanks in advance
I wrote this :
Code:
vpi_control(vpiReset,1);
in a callback function catched by the
Code:
cbEndOfSimulation
Is this the correct way to restart a simulation ?
Thanks in advance