I'd like to restart my simulation using the PLI. I use VCS.
I wrote this :
Code:
vpi_control(vpiReset,1);
in a callback function catched by the
Code:
cbEndOfSimulation
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 ...