summaryrefslogtreecommitdiff
path: root/src/systemc/core/sc_main.cc
AgeCommit message (Expand)Author
2018-09-05systemc: Implement pending activity related functionsGabe Black
2018-09-05systemc: Implement sc_pause, sc_stop, and re-sc_start-ing.Gabe Black
2018-09-05systemc: Hook up sc_time_stamp sc_delta_count.Gabe Black
2018-09-05systemc: Get sc_main to work even when dynamically linked.Gabe Black
2018-08-15systemc: Make sc_main run in its own fiber.Gabe Black
2018-08-15systemc: Implement some simple accessor functions in sc_main.cc.Gabe Black
2018-08-15systemc: Add some missing functions which interact with the scheduler.Gabe Black
2018-07-24systemc: Seperate the "external" header interface.Gabe Black