summaryrefslogtreecommitdiff
path: root/src/systemc/ext
AgeCommit message (Expand)Author
2019-01-10systemc: Fix a function which was broken during style fixes.Gabe Black
2019-01-09systemc: Remove the TLM dependence on a non-standard method.Gabe Black
2019-01-09systemc: Replace sc_core::sc_type_index with std::type_index.Gabe Black
2019-01-09systemc: Stop using the Accellera specific "none" global event object.Gabe Black
2019-01-09systemc: Rename tlm_core header files to have a .hh extentension.Gabe Black
2019-01-09systemc: Add an elaboration_done method to sc_simcontext.Gabe Black
2019-01-09systemc: Include cstring in the tlm header file.Gabe Black
2019-01-09systemc: Remove redundant tlm_ prefixes from file names.Gabe Black
2019-01-09systemc: Replace some calls to some Accellera specific functions in TLM.Gabe Black
2019-01-09systemc: Fix style issues in the TLM header files.Gabe Black
2019-01-09systemc: Initial import of TLM headers from Accellera.Gabe Black
2018-12-19systemc: Allow specific functions to shadow the base class methodNikos Nikoleris
2018-12-18systemc: Ensure resets and edges are notified when signaling a change.Gabe Black
2018-11-27systemc: set endianess to fix build for ARM hostCiro Santilli
2018-11-09systemc: Get rid of a duplicated base class initializer for sc_fifo.Gabe Black
2018-11-09systemc: Add a missing "const" on one of the sc_event operators.Gabe Black
2018-11-05systemc: Explicitly keep the sc_port bind alongside sc_in's version.Gabe Black
2018-11-05systemc: Change how SC_BIND_PROXY_NIL is initialized.Gabe Black
2018-11-05systemc: Get rid of implementations for some disabled sc_vector methods.Gabe Black
2018-11-05systemc: Move a function after the class it uses internally.Gabe Black
2018-10-16systemc: Get rid of leftovers from unimplemented warnings past.Gabe Black
2018-10-16systemc: Warn about using deprecated sc_port constructors.Gabe Black
2018-10-16systemc: Don't include the scheduler in an external header file.Gabe Black
2018-10-16systemc: Fix accounting in the sc_fifo class.Gabe Black
2018-10-16systemc: Switch to using predefined messages for datatypes.Gabe Black
2018-10-16systemc: Switch to using predefined messages for channels.Gabe Black
2018-10-16systemc: Switch to using predefined messages for utils.Gabe Black
2018-10-16systemc: Switch to using predefined messages for core.Gabe Black
2018-10-16systemc: Refactor reporting to prep for int based messages.Gabe Black
2018-10-16systemc: Distinguish internal events from normal sc_events.Gabe Black
2018-10-16systemc: Report an error if an sc_event_finder is used on an unbound port.Gabe Black
2018-10-16systemc: Implement port binding policies.Gabe Black
2018-10-16systemc: Add some deprecated positional binding operators.Gabe Black
2018-10-16systemc: Fill out some error reporting in sc_port.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: Add missing sc_interface::register_port, and add calls to it.Gabe Black
2018-10-16systemc: Remove some old warn includes from ext/channel.Gabe Black
2018-10-16systemc: Implement sc_vector.Gabe Black
2018-10-16systemc: Use the stage of simulation and not port size in add_trace.Gabe Black
2018-10-16systemc: Use c++11 partial functions instead of boosts.Gabe Black
2018-10-16systemc: Add a non-standard sc_time constructor and from_string.Gabe Black
2018-10-16systemc: Implement the sc_time_tuple class.Gabe Black
2018-10-16systemc: Implement signal based resets.Gabe Black
2018-10-16systemc: Implement sc_event_queue.Gabe Black
2018-10-16systemc: Add some error checks to sc_export.Gabe Black
2018-10-16systemc: Implement general and VCD trace support.Gabe Black
2018-10-16systemc: Fix the default width values for the various sc_trace-s.Gabe Black