The process macros SC_METHOD, SC_THREAD and SC_CTHREAD can be invoked during elaboration. These process macros have always been permitted inend_of_elaboration(), and the new standard clarifies that this is a deliberate feature rather than an accident of the implementation. Here is an example ...
Refer to the Manual section in this guide. Clone this project and run make init to initialize submodules. Run with simulator Install Verilator, the open-source Verilog simulator. Run make emu to build the C++ simulator ./build/emu with Verilator. Refer to ./build/emu --help for run-...