summaryrefslogtreecommitdiff
path: root/src/systemc/core/sc_main.cc
AgeCommit message (Expand)Author
2018-11-09systemc: Separate and conditionalize exposing sc_main to python.Gabe Black
2018-11-09systemc: Seperate out the sc_main fiber and its bookkeeping.Gabe Black
2018-10-16systemc: Switch to using predefined messages for core.Gabe Black
2018-10-16systemc: Refactor reporting to prep for int based messages.Gabe Black
2018-10-16systemc: Use the "catch action" and the handler func outside sc_main.Gabe Black
2018-10-16systemc: Modify reportifyException to keep sc_reports in scope.Gabe Black
2018-10-16systemc: Simplify sc_time_stamp().Gabe Black
2018-10-09systemc: Warn if sc_stop is called more than once.Gabe Black
2018-10-09systemc: Fortify how exceptions are caught and passed around.Gabe Black
2018-09-26systemc: Handle sc_stop called from sc_main correctly.Gabe Black
2018-09-25systemc: Check for time overflow in sc_start.Gabe Black
2018-09-25systemc: Handle sc_time_stamp before any sc_time is constructed.Gabe Black
2018-09-25systemc: Keep track of how sc_main completes and expose that to python.Gabe Black
2018-09-25systemc: If sc_main returns, don't do any more systemc stuff.Gabe Black
2018-09-20systemc: When sc_start is told to run zero time, do one delta cycle.Gabe Black
2018-09-20systemc: Add a nonstandard sc_status pretty printer operator.Gabe Black
2018-09-20systemc: Generalize working with the systemc python module from C++.Gabe Black
2018-09-11systemc: Make some functions of the kernel static.Gabe Black
2018-09-11systemc: Implement the various sc_module stage callbacks.Gabe Black
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