
jsmith125x
-
Content Count
19 -
Joined
-
Last visited
-
Days Won
1
Reputation Activity
-
jsmith125x got a reaction from CliffordPersechino in suspend/resume
Is it possible to suspend and resume the SystemC simulation?
-
jsmith125x got a reaction from CliffordPersechino in running sc_run two times
Hi, int main(int argc, char* argv[]) { int a; a = sc_run(argc, argv); a = sc_run(argc, argv); return a; } I'd like to run sc_run more than one times. Is that possible?
After the second run the a is 1, this is possible an error code.