Age | Commit message (Expand) | Author |
2019-03-19 | systemc: Hook up gem5_getPort to the gem5 getPort mechanism. | Gabe Black |
2019-03-01 | tlm: Add some includes to some tlm_utils header files. | Gabe Black |
2019-02-14 | systemc: Add a systemc_home directory which maps to the ext headers. | Gabe Black |
2019-02-14 | systemc: Make an include in src/systemc/ext use a relative path. | Gabe Black |
2019-02-11 | systemc: Change the type of a loop counter to avoid a warning. | Gabe Black |
2019-01-23 | systemc: Fix TLM related includes. | Gabe Black |
2019-01-10 | systemc: Fix a function which was broken during style fixes. | Gabe Black |
2019-01-09 | systemc: Remove the TLM dependence on a non-standard method. | Gabe Black |
2019-01-09 | systemc: Replace sc_core::sc_type_index with std::type_index. | Gabe Black |
2019-01-09 | systemc: Stop using the Accellera specific "none" global event object. | Gabe Black |
2019-01-09 | systemc: Rename tlm_core header files to have a .hh extentension. | Gabe Black |
2019-01-09 | systemc: Add an elaboration_done method to sc_simcontext. | Gabe Black |
2019-01-09 | systemc: Include cstring in the tlm header file. | Gabe Black |
2019-01-09 | systemc: Remove redundant tlm_ prefixes from file names. | Gabe Black |
2019-01-09 | systemc: Replace some calls to some Accellera specific functions in TLM. | Gabe Black |
2019-01-09 | systemc: Fix style issues in the TLM header files. | Gabe Black |
2019-01-09 | systemc: Initial import of TLM headers from Accellera. | Gabe Black |
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-27 | systemc: set endianess to fix build for ARM host | Ciro Santilli |
2018-11-09 | systemc: Get rid of a duplicated base class initializer for sc_fifo. | Gabe Black |
2018-11-09 | systemc: Add a missing "const" on one of the sc_event operators. | Gabe Black |
2018-11-05 | systemc: Explicitly keep the sc_port bind alongside sc_in's version. | Gabe Black |
2018-11-05 | systemc: Change how SC_BIND_PROXY_NIL is initialized. | Gabe Black |
2018-11-05 | systemc: Get rid of implementations for some disabled sc_vector methods. | Gabe Black |
2018-11-05 | systemc: Move a function after the class it uses internally. | Gabe Black |
2018-10-16 | systemc: Get rid of leftovers from unimplemented warnings past. | Gabe Black |
2018-10-16 | systemc: Warn about using deprecated sc_port constructors. | 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 datatypes. | Gabe Black |
2018-10-16 | systemc: Switch to using predefined messages for channels. | Gabe Black |
2018-10-16 | systemc: Switch to using predefined messages for utils. | Gabe Black |
2018-10-16 | systemc: Switch to using predefined messages for core. | Gabe Black |
2018-10-16 | systemc: Refactor reporting to prep for int based messages. | Gabe Black |
2018-10-16 | systemc: Distinguish internal events from normal sc_events. | Gabe Black |
2018-10-16 | systemc: Report an error if an sc_event_finder is used on an unbound port. | Gabe Black |
2018-10-16 | systemc: Implement port binding policies. | Gabe Black |
2018-10-16 | systemc: Add some deprecated positional binding operators. | Gabe Black |
2018-10-16 | systemc: Fill out some error reporting in sc_port. | 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: Add missing sc_interface::register_port, and add calls to it. | Gabe Black |
2018-10-16 | systemc: Remove some old warn includes from ext/channel. | Gabe Black |
2018-10-16 | systemc: Implement sc_vector. | Gabe Black |
2018-10-16 | systemc: Use the stage of simulation and not port size in add_trace. | Gabe Black |
2018-10-16 | systemc: Use c++11 partial functions instead of boosts. | Gabe Black |
2018-10-16 | systemc: Add a non-standard sc_time constructor and from_string. | Gabe Black |