#include "test.cc" SC_MODULE(sctop) { int argc; char **argv; SC_CTOR(sctop) { sc_main(argc, argv); } }; SC_MODULE_EXPORT(sctop)
To develop SystemC infrustructure, basic IP, patches and add on library code for eventual standerdization.\r\nThe GreenSocs project is made up of a number of contributions (sub projects). Please visit www.greensocs.com for more information.
Makefile README SConstruct checktest.sh state.h state_ext.h test.cc test_reg.cc