Age | Commit message (Expand) | Author |
2018-12-18 | systemc: Ensure resets and edges are notified when signaling a change. | Gabe Black |
2018-11-05 | systemc: Get rid of an unused private member in sc_clock. | Gabe Black |
2018-10-16 | systemc: Get rid of leftovers from unimplemented warnings past. | Gabe Black |
2018-10-16 | systemc: Switch to using predefined messages for channels. | Gabe Black |
2018-10-16 | systemc: Add a range check to the intial value of sc_semaphore. | Gabe Black |
2018-10-16 | systemc: Add some error checks to sc_clock. | Gabe Black |
2018-10-16 | systemc: Change how signal based resets work. | Gabe Black |
2018-10-16 | systemc: Fix a typo in one of the error messages. | Gabe Black |
2018-10-16 | systemc: Implement writer policies. | Gabe Black |
2018-10-16 | systemc: Implement register_port in all the predefined channels. | Gabe Black |
2018-10-16 | systemc: Implement sc_event_queue. | Gabe Black |
2018-10-16 | systemc: Change an error message to match the reference outputs. | Gabe Black |
2018-10-09 | systemc: Implement the sc_*_resolved classes. | Gabe Black |
2018-10-09 | systemc: Implement the sc_clock::time_stamp function. | Gabe Black |
2018-10-09 | systemc: Implement sc_mutex. | Gabe Black |
2018-10-09 | systemc: Implement sc_semaphore. | Gabe Black |
2018-10-09 | systemc: Keep all pre-init processes on a single list. | Gabe Black |
2018-10-09 | systemc: Change how sc_clock creates processes to match the tests. | Gabe Black |
2018-10-09 | systemc: Warn if a process is dont_initialize with no static sensitivieis. | Gabe Black |
2018-10-03 | systemc: Raise an error when SC_METHOD, etc. is used after starting. | Gabe Black |
2018-09-25 | systemc: Implement a significant portion of sc_clock. | Gabe Black |
2018-08-28 | systemc: Add the nonstandard time_stamp function. | Gabe Black |
2018-08-15 | systemc: Add some deprecated features to sc_clock.*. | Gabe Black |
2018-07-24 | systemc: Stub out the predefined channels. | Gabe Black |