tlm: Initial import of tlm/gem5 bridge code.
[gem5.git] / src / systemc / ext /
2019-03-19 Gabe Blacksystemc: Hook up gem5_getPort to the gem5 getPort mecha...
2019-03-01 Gabe Blacktlm: Add some includes to some tlm_utils header files.
2019-02-14 Gabe Blacksystemc: Add a systemc_home directory which maps to...
2019-02-14 Gabe Blacksystemc: Make an include in src/systemc/ext use a relat...
2019-02-11 Gabe Blacksystemc: Change the type of a loop counter to avoid...
2019-01-23 Gabe Blacksystemc: Fix TLM related includes.
2019-01-10 Gabe Blacksystemc: Fix a function which was broken during style...
2019-01-09 Gabe Blacksystemc: Remove the TLM dependence on a non-standard...
2019-01-09 Gabe Blacksystemc: Replace sc_core::sc_type_index with std::type_...
2019-01-09 Gabe Blacksystemc: Stop using the Accellera specific "none" globa...
2019-01-09 Gabe Blacksystemc: Rename tlm_core header files to have a .hh...
2019-01-09 Gabe Blacksystemc: Add an elaboration_done method to sc_simcontext.
2019-01-09 Gabe Blacksystemc: Include cstring in the tlm header file.
2019-01-09 Gabe Blacksystemc: Remove redundant tlm_ prefixes from file names.
2019-01-09 Gabe Blacksystemc: Replace some calls to some Accellera specific...
2019-01-09 Gabe Blacksystemc: Fix style issues in the TLM header files.
2019-01-09 Gabe Blacksystemc: Initial import of TLM headers from Accellera.
2018-12-19 Nikos Nikolerissystemc: Allow specific functions to shadow the base...
2018-12-18 Gabe Blacksystemc: Ensure resets and edges are notified when...
2018-11-27 Ciro Santillisystemc: set endianess to fix build for ARM host
2018-11-09 Gabe Blacksystemc: Get rid of a duplicated base class initializer...
2018-11-09 Gabe Blacksystemc: Add a missing "const" on one of the sc_event...
2018-11-05 Gabe Blacksystemc: Explicitly keep the sc_port bind alongside...
2018-11-05 Gabe Blacksystemc: Change how SC_BIND_PROXY_NIL is initialized.
2018-11-05 Gabe Blacksystemc: Get rid of implementations for some disabled...
2018-11-05 Gabe Blacksystemc: Move a function after the class it uses intern...
2018-10-16 Gabe Blacksystemc: Get rid of leftovers from unimplemented warnin...
2018-10-16 Gabe Blacksystemc: Warn about using deprecated sc_port constructors.
2018-10-16 Gabe Blacksystemc: Don't include the scheduler in an external...
2018-10-16 Gabe Blacksystemc: Fix accounting in the sc_fifo class.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for datatypes.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for channels.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for utils.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for core.
2018-10-16 Gabe Blacksystemc: Refactor reporting to prep for int based messages.
2018-10-16 Gabe Blacksystemc: Distinguish internal events from normal sc_events.
2018-10-16 Gabe Blacksystemc: Report an error if an sc_event_finder is used...
2018-10-16 Gabe Blacksystemc: Implement port binding policies.
2018-10-16 Gabe Blacksystemc: Add some deprecated positional binding operators.
2018-10-16 Gabe Blacksystemc: Fill out some error reporting in sc_port.
2018-10-16 Gabe Blacksystemc: Change how signal based resets work.
2018-10-16 Gabe Blacksystemc: Implement writer policies.
2018-10-16 Gabe Blacksystemc: Don't use write() in sc_clock to set the clock...
2018-10-16 Gabe Blacksystemc: Implement register_port in all the predefined...
2018-10-16 Gabe Blacksystemc: Add missing sc_interface::register_port, and...
2018-10-16 Gabe Blacksystemc: Remove some old warn includes from ext/channel.
2018-10-16 Gabe Blacksystemc: Implement sc_vector.
2018-10-16 Gabe Blacksystemc: Use the stage of simulation and not port size...
2018-10-16 Gabe Blacksystemc: Use c++11 partial functions instead of boosts.
2018-10-16 Gabe Blacksystemc: Add a non-standard sc_time constructor and...
2018-10-16 Gabe Blacksystemc: Implement the sc_time_tuple class.
2018-10-16 Gabe Blacksystemc: Implement signal based resets.
2018-10-16 Gabe Blacksystemc: Implement sc_event_queue.
2018-10-16 Gabe Blacksystemc: Add some error checks to sc_export.
2018-10-16 Gabe Blacksystemc: Implement general and VCD trace support.
2018-10-16 Gabe Blacksystemc: Fix the default width values for the various...
2018-10-16 Gabe Blacksystemc: Change an error message to match the reference...
2018-10-09 Gabe Blacksystemc: Implement the sc_signal_rv channel and ports.
2018-10-09 Gabe Blacksystemc: Handle nonstandard cthread sensitivities.
2018-10-09 Gabe Blacksystemc: Rework how delayed sensitivities are handled.
2018-10-09 Gabe Blacksystemc: Refactor sensitivities.
2018-10-09 Gabe Blacksystemc: Implement sc_buffer.
2018-10-09 Gabe Blacksystemc: Add a "kind()" overload to sc_port_base.
2018-10-09 Gabe Blacksystemc: Implement the sc_*_resolved classes.
2018-10-09 Gabe Blacksystemc: Implement sc_mutex.
2018-10-09 Gabe Blacksystemc: Implement sc_semaphore.
2018-10-09 Gabe Blacksystemc: Ensure SC_LONG_64 is defined and available.
2018-10-09 Gabe Blacksystemc: Implement SC_FORK, SC_JOIN, and SC_CJOIN.
2018-10-09 Gabe Blacksystemc: Centralize module callbacks and report new...
2018-10-09 Gabe Blacksystemc: Fortify how exceptions are caught and passed...
2018-10-03 Gabe Blacksystemc: "Fix" some error message formatting.
2018-10-03 Gabe Blacksystemc: Fix a typo/bug in sc_int_base.hh.
2018-10-03 Gabe Blacksystemc: Implement sc_fifo::dump and improve sc_fifo...
2018-10-03 Gabe Blacksystemc: Implement the << operator for sc_signal.
2018-10-03 Gabe Blacksystemc: Implement the "event()" style sc_signal methods.
2018-10-03 Gabe Blacksystemc: Add a "changeStamp" value to the scheduler.
2018-10-03 Gabe Blacksystemc: Adjust some error messages to match Accellera.
2018-10-03 Gabe Blacksystemc: Raise an error when SC_METHOD, etc. is used...
2018-10-03 Gabe Blacksystemc: When sensitive to an event finder, find on...
2018-10-03 Gabe Blacksystemc: Improve handling of empty process handles.
2018-10-03 Gabe Blacksystemc: Implement most of sc_fifo and its interfaces.
2018-09-26 Gabe Blacksystemc: Implement positional binding.
2018-09-26 Gabe Blacksystemc: Use sc_assert to check the number of interfaces.
2018-09-26 Gabe Blacksystemc: Get rid of the unused warning function in...
2018-09-26 Gabe Blacksystemc: Make sc_process_b less hokey, and make WAIT...
2018-09-25 Gabe Blacksystemc: Implement most of sc_inout.
2018-09-25 Gabe Blacksystemc: Make sc_out delegate to its base class sc_inout.
2018-09-25 Gabe Blacksystemc: Implement a significant portion of sc_clock.
2018-09-20 Gabe Blacksystemc: Track exports and prim channels, and call...
2018-09-20 Gabe Blacksystemc: Implement the sc_in class.
2018-09-20 Gabe Blacksystemc: Implement port binding except positional binding.
2018-09-20 Gabe Blacksystemc: Implement sc_event_finder.
2018-09-20 Gabe Blacksystemc: Implement sc_export.
2018-09-20 Gabe Blacksystemc: Partially implement the sc_signal class template.
2018-09-20 Gabe Blacksystemc: Add a nonstandard sc_status pretty printer...
2018-09-20 Gabe Blacksystemc: "Implement" sc_interface's methods.
2018-09-20 Gabe Blacksystemc: Fix the seed used with sc_gen_unique_name...
2018-09-11 Gabe Blacksystemc: Implement most of the sc_report_handler mechanism.
2018-09-11 Gabe Blacksystemc: Fix a "problem" with kill/reset exceptions.
2018-09-11 Gabe Blacksystemc: Implement much of sc_spawn.
next