summaryrefslogtreecommitdiff
path: root/src/systemc/SConscript
AgeCommit message (Expand)Author
2018-12-08base, systemc: Fix clang compilationGiacomo Travaglini
2018-11-30systemc: Disable systemc when using gcc versions older than 5.0.Gabe Black
2018-11-19systemc: Put systemc headers in the include path when supported.Gabe Black
2018-07-24systemc: Seperate the "external" header interface.Gabe Black
2018-07-24systemc: Stub out the sc_module class and related functions.Gabe Black
2018-07-24systemc: Add a stubbed out implementation of the sc_sensitive class.Gabe Black
2018-07-24systemc: Add a stub implementation for sc_attr related classes.Gabe Black
2018-07-23systemc: Implement a stub version of the sc_prim class.Gabe Black
2018-07-23systemc: Add stubbed out versions of sc_port and sc_export.Gabe Black
2018-07-23systemc: Add stubbed out versions of sc_event and related classes.Gabe Black
2018-07-23systemc: Add stubbed out versions of the sc_time functions.Gabe Black
2018-07-23systemc: Add a stub version of the sc_interface class.Gabe Black
2018-07-23systemc: Hook up sc_main.Gabe Black
2018-07-23systemc: Partially implement the sc_module_name class.Gabe Black
2018-07-16systemc: Add a stub kernel SimObject.Gabe Black
2018-07-16systemc: Add a stubbed out sc_object class.Gabe Black