summaryrefslogtreecommitdiff
path: root/src/systemc/channel/sc_clock.cc
AgeCommit message (Expand)Author
2018-10-09systemc: Implement the sc_clock::time_stamp function.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