
SystemCInDepth
Members-
Content Count
8 -
Joined
-
Last visited
About SystemCInDepth
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Use of event will work for me. Thank you all for your responses.
-
Hi All, I want to understand whether we can use wait() inside SC_CTOR() or not. I was just trying to map the initial block of verilog to SC_CTOR. Thanks for help !!
-
request_update() & async_request_update()
SystemCInDepth replied to SystemCInDepth's topic in SystemC Language
I want some examples to understand this concept well. How direct(usage) and indirect(occurrence) calls are made for async_request_update(). -
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 !
-
Hey, I need some clarity on the usage(direct call) and occurrence (indirect call) of async_request_update(). Thanks !