SystemC Overview
nModules(sc_module)
ncontainer class for processes and other modules; used to build hierarchy
nhave a constructor to instantiate  processes and sub modules SC_CTOR(module_name)
n
n