// All systemc code should include systemc.h file #include "systemc.h" // SC_MODULE is macro, hello_world is module name SC_MODULE (hello_world) { // Body of module hello_world };