summaryrefslogtreecommitdiff
path: root/src/systemc/ext/channel/sc_signal.hh
AgeCommit message (Expand)Author
2018-12-18systemc: Ensure resets and edges are notified when signaling a change.Gabe Black
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: Implement register_port in all the predefined channels.Gabe Black
2018-10-16systemc: Implement general and VCD trace support.Gabe Black
2018-10-09systemc: Implement sc_buffer.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-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-22systemc: Add a nonstandard sc_signal constructor.Gabe Black
2018-07-24systemc: Stub out the predefined channels.Gabe Black