|
Post by prashantjain on May 1, 2013 8:24:38 GMT
what can be the possible way to pause the simulation of the software stack running on the virtual platform and then resuming it from the very same user defined instruction or program memory location ?
|
|
|
Post by gchopra on May 1, 2013 10:20:57 GMT
Use wait(TIME , SC_NS) : wait for TIME ns, then resume the process. The static sensitivity list is ignored while waiting.
|
|
|
Post by Akhil Kumar on May 1, 2013 11:16:56 GMT
what can be the possible way to pause the simulation of the software stack running on the virtual platform and then resuming it from the very same user defined instruction or program memory location ? Prashant, why you want to pause running stack? For executing interrupt subroutine?
|
|