Age | Commit message (Expand) | Author |
---|---|---|
2018-10-09 | systemc: Report a warning if an event or object needs to be renamed. | Gabe Black |
2018-10-03 | systemc: Change the default naming scheme to use sc_gen_unique_name. | Gabe Black |
2018-10-03 | systemc: Ensure all objects and events have unique names. | Gabe Black |
2018-10-03 | systemc: Make sure children of processes are recorded as such. | Gabe Black |
2018-09-25 | systemc: Handle null sc_object names. | Gabe Black |
2018-09-20 | systemc: Track the module in the end_of_elaboration callback. | Gabe Black |
2018-09-11 | systemc: Fix a couple memory errors. | Gabe Black |
2018-09-11 | systemc: Make orphans top level objects instead of panic-ing. | Gabe Black |
2018-09-05 | systemc: Implement much of events, event lists and event exprs. | 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 |