Age | Commit message (Expand) | Author |
2018-12-19 | systemc: Allow specific functions to shadow the base class method | Nikos Nikoleris |
2018-12-18 | systemc: Ensure resets and edges are notified when signaling a change. | Gabe Black |
2018-11-09 | systemc: Get rid of a duplicated base class initializer for sc_fifo. | Gabe Black |
2018-11-05 | systemc: Explicitly keep the sc_port bind alongside sc_in's version. | Gabe Black |
2018-10-16 | systemc: Don't include the scheduler in an external header file. | Gabe Black |
2018-10-16 | systemc: Fix accounting in the sc_fifo class. | Gabe Black |
2018-10-16 | systemc: Switch to using predefined messages for channels. | Gabe Black |
2018-10-16 | systemc: Distinguish internal events from normal sc_events. | Gabe Black |
2018-10-16 | systemc: Change how signal based resets work. | Gabe Black |
2018-10-16 | systemc: Implement writer policies. | Gabe Black |
2018-10-16 | systemc: Don't use write() in sc_clock to set the clock value. | Gabe Black |
2018-10-16 | systemc: Implement register_port in all the predefined channels. | Gabe Black |
2018-10-16 | systemc: Remove some old warn includes from ext/channel. | Gabe Black |
2018-10-16 | systemc: Use the stage of simulation and not port size in add_trace. | Gabe Black |
2018-10-16 | systemc: Implement sc_event_queue. | Gabe Black |
2018-10-16 | systemc: Implement general and VCD trace support. | Gabe Black |
2018-10-16 | systemc: Change an error message to match the reference outputs. | Gabe Black |
2018-10-09 | systemc: Implement the sc_signal_rv channel and ports. | Gabe Black |
2018-10-09 | systemc: Implement sc_buffer. | Gabe Black |
2018-10-09 | systemc: Implement the sc_*_resolved classes. | Gabe Black |
2018-10-09 | systemc: Implement sc_mutex. | Gabe Black |
2018-10-09 | systemc: Implement sc_semaphore. | Gabe Black |
2018-10-03 | systemc: Implement sc_fifo::dump and improve sc_fifo::print. | Gabe Black |
2018-10-03 | systemc: Implement the << operator for sc_signal. | Gabe Black |
2018-10-03 | systemc: Implement the "event()" style sc_signal methods. | Gabe Black |
2018-10-03 | systemc: Implement most of sc_fifo and its interfaces. | Gabe Black |
2018-09-25 | systemc: Implement most of sc_inout. | Gabe Black |
2018-09-25 | systemc: Make sc_out delegate to its base class sc_inout. | Gabe Black |
2018-09-25 | systemc: Implement a significant portion of sc_clock. | Gabe Black |
2018-09-20 | systemc: Implement the sc_in class. | Gabe Black |
2018-09-20 | systemc: Partially implement the sc_signal class template. | Gabe Black |
2018-09-05 | systemc: Add m_cur_val and m_new_val to sc_signal. | Gabe Black |
2018-08-28 | systemc: Add the nonstandard sc_trace_params and sc_trace_params_vec. | Gabe Black |
2018-08-28 | systemc: Add the nonstandard time_stamp function. | Gabe Black |
2018-08-22 | systemc: Add a nonstandard sc_signal constructor. | Gabe Black |
2018-08-22 | systemc: Define the nonstandard sc_event_queue_port typedef. | Gabe Black |
2018-08-15 | systemc: Add some deprecated features to sc_clock.*. | Gabe Black |
2018-08-15 | systemc: Add in the deprecated binding port constructors. | Gabe Black |
2018-08-15 | systemc: Add a non-standard default writer policy on sc_buffer. | Gabe Black |
2018-08-15 | systemc: Add the deprecated sc_signal_out_if typedef. | Gabe Black |
2018-08-08 | Systemc: Port over all of the systemc "datatype" headers. | Gabe Black |
2018-07-24 | systemc: Stub out the predefined channels. | Gabe Black |