
katang
-
Content Count
107 -
Joined
-
Last visited
Reputation Activity
-
katang reacted to Eyck in Handling SystemC engine from a Qt5 thread
Esp. as educational project you should implement it in 2 threads which communicate with each other. Since they run in the same process space you can access data safely once the simulation is in paused state.
But you cannot restart the simulation without restarting the process it self. SystemC uses static global variables storing the simulation state and those get only initialized at program start.
-
katang reacted to AmeyaVS in Delaying simulated execution
Hello Katang,
This has been already discussed previously.
Take a look here:
-Ameya Vikram Singh