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