index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
systemc
/
ext
Age
Commit message (
Expand
)
Author
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
2018-10-16
systemc: Implement the sc_time_tuple class.
Gabe Black
2018-10-16
systemc: Implement signal based resets.
Gabe Black
2018-10-16
systemc: Implement sc_event_queue.
Gabe Black
2018-10-16
systemc: Add some error checks to sc_export.
Gabe Black
2018-10-16
systemc: Implement general and VCD trace support.
Gabe Black
2018-10-16
systemc: Fix the default width values for the various sc_trace-s.
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: Handle nonstandard cthread sensitivities.
Gabe Black
2018-10-09
systemc: Rework how delayed sensitivities are handled.
Gabe Black
2018-10-09
systemc: Refactor sensitivities.
Gabe Black
2018-10-09
systemc: Implement sc_buffer.
Gabe Black
2018-10-09
systemc: Add a "kind()" overload to sc_port_base.
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-09
systemc: Ensure SC_LONG_64 is defined and available.
Gabe Black
2018-10-09
systemc: Implement SC_FORK, SC_JOIN, and SC_CJOIN.
Gabe Black
2018-10-09
systemc: Centralize module callbacks and report new warnings.
Gabe Black
[next]