summaryrefslogtreecommitdiff
path: root/src/systemc/ext
AgeCommit message (Expand)Author
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
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: Handle nonstandard cthread sensitivities.Gabe Black
2018-10-09systemc: Rework how delayed sensitivities are handled.Gabe Black
2018-10-09systemc: Refactor sensitivities.Gabe Black
2018-10-09systemc: Implement sc_buffer.Gabe Black
2018-10-09systemc: Add a "kind()" overload to sc_port_base.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-09systemc: Ensure SC_LONG_64 is defined and available.Gabe Black
2018-10-09systemc: Implement SC_FORK, SC_JOIN, and SC_CJOIN.Gabe Black
2018-10-09systemc: Centralize module callbacks and report new warnings.Gabe Black