Age | Commit message (Expand) | Author |
2019-02-25 | systemc: Export the sc_core::sc_time class to python. | Gabe Black |
2018-11-09 | systemc: Only build python utility code if python is enabled. | Gabe Black |
2018-11-09 | systemc: Separate and conditionalize exposing sc_main to python. | Gabe Black |
2018-11-09 | systemc: Seperate out the sc_main fiber and its bookkeeping. | Gabe Black |
2018-10-16 | systemc: Switch to using predefined messages for core. | Gabe Black |
2018-10-16 | systemc: Remove a redundant injectException for Thread's throw_it. | Gabe Black |
2018-10-16 | systemc: Move some constants out of sc_time.cc for other files to use. | Gabe Black |
2018-10-09 | systemc: Rework how delayed sensitivities are handled. | Gabe Black |
2018-10-09 | systemc: Refactor sensitivities. | Gabe Black |
2018-09-25 | systemc: Improve scheduler cleanup. | Gabe Black |
2018-09-20 | systemc: Generalize working with the systemc python module from C++. | Gabe Black |
2018-09-05 | systemc: Implement much of events, event lists and event exprs. | Gabe Black |
2018-09-05 | systemc: Implement channel updates and rework the scheduler. | Gabe Black |
2018-09-05 | systemc: Partially implement the scheduler. | Gabe Black |
2018-09-05 | systemc: Fill out sc_process_handle and create Process classes. | Gabe Black |
2018-09-05 | systemc: Implement most of sc_object. | Gabe Black |
2018-09-05 | systemc: Add the nonstandard sc_join class and sc_thread_handle type. | Gabe Black |
2018-08-28 | systemc: Minimally implemented the deprecated sc_simcontext. | Gabe Black |
2018-08-15 | systemc: Construct and manage a module name stack. | Gabe Black |
2018-07-24 | systemc: Stub out the sc_spawn related classes and functions. | Gabe Black |
2018-07-24 | systemc: Stub out the sc_process_handle class. | Gabe Black |
2018-07-24 | systemc: Seperate the "external" header interface. | Gabe Black |