SystemC Overview
n
Modules(sc_module)
n
container class for processes and other
modules; used to build hierarchy
n
have a constructor to instantiate
processes and sub modules
SC_CTOR(module_name)
n
n