summaryrefslogtreecommitdiff
path: root/src/systemc/ext/channel
AgeCommit message (Expand)Author
2018-10-16systemc: Distinguish internal events from normal sc_events.Gabe Black
2018-10-16systemc: Change how signal based resets work.Gabe Black
2018-10-16systemc: Implement writer policies.Gabe Black
2018-10-16systemc: Don't use write() in sc_clock to set the clock value.Gabe Black
2018-10-16systemc: Implement register_port in all the predefined channels.Gabe Black
2018-10-16systemc: Remove some old warn includes from ext/channel.Gabe Black
2018-10-16systemc: Use the stage of simulation and not port size in add_trace.Gabe Black
2018-10-16systemc: Implement sc_event_queue.Gabe Black
2018-10-16systemc: Implement general and VCD trace support.Gabe Black
2018-10-16systemc: Change an error message to match the reference outputs.Gabe Black
2018-10-09systemc: Implement the sc_signal_rv channel and ports.Gabe Black
2018-10-09systemc: Implement sc_buffer.Gabe Black
2018-10-09systemc: Implement the sc_*_resolved classes.Gabe Black
2018-10-09systemc: Implement sc_mutex.Gabe Black
2018-10-09systemc: Implement sc_semaphore.Gabe Black
2018-10-03systemc: Implement sc_fifo::dump and improve sc_fifo::print.Gabe Black
2018-10-03systemc: Implement the << operator for sc_signal.Gabe Black
2018-10-03systemc: Implement the "event()" style sc_signal methods.Gabe Black
2018-10-03systemc: Implement most of sc_fifo and its interfaces.Gabe Black
2018-09-25systemc: Implement most of sc_inout.Gabe Black
2018-09-25systemc: Make sc_out delegate to its base class sc_inout.Gabe Black
2018-09-25systemc: Implement a significant portion of sc_clock.Gabe Black
2018-09-20systemc: Implement the sc_in class.Gabe Black
2018-09-20systemc: Partially implement the sc_signal class template.Gabe Black
2018-09-05systemc: Add m_cur_val and m_new_val to sc_signal.Gabe Black
2018-08-28systemc: Add the nonstandard sc_trace_params and sc_trace_params_vec.Gabe Black
2018-08-28systemc: Add the nonstandard time_stamp function.Gabe Black
2018-08-22systemc: Add a nonstandard sc_signal constructor.Gabe Black
2018-08-22systemc: Define the nonstandard sc_event_queue_port typedef.Gabe Black
2018-08-15systemc: Add some deprecated features to sc_clock.*.Gabe Black
2018-08-15systemc: Add in the deprecated binding port constructors.Gabe Black
2018-08-15systemc: Add a non-standard default writer policy on sc_buffer.Gabe Black
2018-08-15systemc: Add the deprecated sc_signal_out_if typedef.Gabe Black
2018-08-08Systemc: Port over all of the systemc "datatype" headers.Gabe Black
2018-07-24systemc: Stub out the predefined channels.Gabe Black