summaryrefslogtreecommitdiff
path: root/src/systemc/core/SConscript
AgeCommit message (Expand)Author
2018-11-09systemc: Only build python utility code if python is enabled.Gabe Black
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: Remove a redundant injectException for Thread's throw_it.Gabe Black
2018-10-16systemc: Move some constants out of sc_time.cc for other files to use.Gabe Black
2018-10-09systemc: Rework how delayed sensitivities are handled.Gabe Black
2018-10-09systemc: Refactor sensitivities.Gabe Black
2018-09-25systemc: Improve scheduler cleanup.Gabe Black
2018-09-20systemc: Generalize working with the systemc python module from C++.Gabe Black
2018-09-05systemc: Implement much of events, event lists and event exprs.Gabe Black
2018-09-05systemc: Implement channel updates and rework the scheduler.Gabe Black
2018-09-05systemc: Partially implement the scheduler.Gabe Black
2018-09-05systemc: Fill out sc_process_handle and create Process classes.Gabe Black
2018-09-05systemc: Implement most of sc_object.Gabe Black
2018-09-05systemc: Add the nonstandard sc_join class and sc_thread_handle type.Gabe Black
2018-08-28systemc: Minimally implemented the deprecated sc_simcontext.Gabe Black
2018-08-15systemc: Construct and manage a module name stack.Gabe Black
2018-07-24systemc: Stub out the sc_spawn related classes and functions.Gabe Black
2018-07-24systemc: Stub out the sc_process_handle class.Gabe Black
2018-07-24systemc: Seperate the "external" header interface.Gabe Black