summaryrefslogtreecommitdiff
path: root/src/systemc/core/SystemC.py
AgeCommit message (Expand)Author
2019-03-19systemc: Hook up gem5_getPort to the gem5 getPort mechanism.Gabe Black
2019-02-25systemc: Remove _m5.systemc passthroughs from SystemC_Kernel.Gabe Black
2019-02-25systemc: Export the tlm::tlm_global_quantum class to python.Gabe Black
2019-02-25systemc: Export the sc_core::sc_time class to python.Gabe Black
2018-10-16systemc: Add a python config class for sc_modules.Gabe Black
2018-09-25systemc: Keep track of how sc_main completes and expose that to python.Gabe Black
2018-09-20systemc: Generalize working with the systemc python module from C++.Gabe Black
2018-09-11systemc: Implement the various sc_module stage callbacks.Gabe Black
2018-07-24systemc: Seperate the "external" header interface.Gabe Black