Hi,
I created a dynamic process during the evaluation phase and added dont_initialize() to the process. Now, the process will not be added to the runnable processes queue.
But Initialization phase is already over. How this dont_initialize() affects the execution of this dynamic process. What SystemC kernel is doing with dont_initialize() for this process.
<OR>
Is dont_initialize() just a way to hold addition of the process to the runnable process queue in the same evaluation phase?
Thanks !