mem-cache: Virtualize block print
[gem5.git] / src / systemc /
2018-10-09 Gabe Blacksystemc: Implement the sc_signal_rv channel and ports.
2018-10-09 Gabe Blacksystemc: Ignore a gem5 warning about setting the stack...
2018-10-09 Gabe Blacksystemc: Warn if sc_stop is called more than once.
2018-10-09 Gabe Blacksystemc: Check whether the simulation is running when...
2018-10-09 Gabe Blacksystemc: Handle nonstandard cthread sensitivities.
2018-10-09 Gabe Blacksystemc: Change how the scheduler orders processes.
2018-10-09 Gabe Blacksystemc: Differentiate between notifying methods and...
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: Mark a few more tests as expected to return...
2018-10-09 Gabe Blacksystemc: Add some error checks to some classes.
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 the sc_clock::time_stamp function.
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: Stop assuming picoseconds as the time resolution.
2018-10-09 Gabe Blacksystemc: Keep all pre-init processes on a single list.
2018-10-09 Gabe Blacksystemc: Track event sensitivities with a list instead...
2018-10-09 Gabe Blacksystemc: Mostly implememt sc_simcontext.
2018-10-09 Gabe Blacksystemc: Centralize module callbacks and report new...
2018-10-09 Gabe Blacksystemc: Change how sc_clock creates processes to match...
2018-10-09 Gabe Blacksystemc: Implement the deprecated "timed_out" function.
2018-10-09 Gabe Blacksystemc: Catch exceptions during updates, notifications...
2018-10-09 Gabe Blacksystemc: Report an error if notifying during the update...
2018-10-09 Gabe Blacksystemc: Track the scheduler status using an enum inste...
2018-10-09 Gabe Blacksystemc: Remove a redundant call to update() from the...
2018-10-09 Gabe Blacksystemc: Mark a few tests as expected to raise an error.
2018-10-09 Gabe Blacksystemc: Update some defaults in verify.py.
2018-10-09 Gabe Blacksystemc: Fortify how exceptions are caught and passed...
2018-10-09 Gabe Blacksystemc: Merge stderr and stdout when running tests.
2018-10-09 Gabe Blacksystemc: Warn if a process is dont_initialize with...
2018-10-09 Gabe Blacksystemc: Report a warning if an event or object needs...
2018-10-09 Gabe Blacksystemc: Teach verify.py to filter messages which start...
2018-10-09 Gabe Blacksystemc: Implement sc_time::to_string.
2018-10-09 Gabe Blacksystemc: Match how Accellera schedules processes even...
2018-10-09 Gabe Blacksystemc: Implement the nonstandard halt function.
2018-10-03 Gabe Blacksystemc: Change the default naming scheme to use sc_gen...
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: Make some tests use cout instead of cerr to...
2018-10-03 Gabe Blacksystemc: Copy the msgType and msg parameters of sc_report.
2018-10-03 Gabe Blacksystemc: Ensure sc_stop during callbacks actually stops.
2018-10-03 Gabe Blacksystemc: Implement the nonstandard at_negedge and at_po...
2018-10-03 Gabe Blacksystemc: When stopping immediately, block new processes...
2018-10-03 Gabe Blacksystemc: Teach verify.py to ignore two types of errors.
2018-10-03 Gabe Blacksystemc: Mark a test as expected to fail/report an...
2018-10-03 Gabe Blacksystemc: Add some error checks to sc_set_default_time_unit.
2018-10-03 Gabe Blacksystemc: Mark some tests as expected to fail.
2018-10-03 Gabe Blacksystemc: Implement sc_(g|s)et_time_resolution.
2018-10-03 Gabe Blacksystemc: Teach verify.py to ignore a new error.
2018-10-03 Gabe Blacksystemc: Record that one of the tests will report an...
2018-10-03 Gabe Blacksystemc: Report an error if n <= 0 in wait(int n).
2018-10-03 Gabe Blacksystemc: Toggle off clumping methods together in the...
2018-10-03 Gabe Blacksystemc: Store timed notifications in a list instead...
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: Teach verify.py to ignore "In file: *" in...
2018-10-03 Gabe Blacksystemc: Adjust some error messages to match Accellera.
2018-10-03 Gabe Blacksystemc: Make verify.py filter out some error messages.
2018-10-03 Gabe Blacksystemc: Tell verify.py to expect two tests to fail.
2018-10-03 Gabe Blacksystemc: Raise an error when SC_METHOD, etc. is used...
2018-10-03 Gabe Blacksystemc: Teach verify.py how to expect failing error...
2018-10-03 Gabe Blacksystemc: Keep track of more cases when we should be...
2018-10-03 Gabe Blacksystemc: When sensitive to an event finder, find on...
2018-10-03 Gabe Blacksystemc: Make Process track whether it's dynamic on...
2018-10-03 Gabe Blacksystemc: Track the module who's end_of_elaboration...
2018-10-03 Gabe Blacksystemc: sc_spawn can create static or dynamic processes.
2018-10-03 Gabe Blacksystemc: Improve handling of empty process handles.
2018-10-03 Gabe Blacksystemc: Ensure all objects and events have unique...
2018-10-03 Gabe Blacksystemc: Make sure children of processes are recorded...
2018-10-03 Gabe Blacksystemc: Clamp the time of events to the present.
2018-10-03 Gabe Blacksystemc: Implement support for the default time unit.
2018-10-03 Gabe Blacksystemc: Implement most of sc_fifo and its interfaces.
2018-09-26 Gabe Blacksystemc: Report errors when proc ctrl funcs are called...
2018-09-26 Gabe Blacksystemc: Abort verify.py if no tests were selected.
2018-09-26 Gabe Blacksystemc: Make verify.py run the tests from the director...
2018-09-26 Gabe Blacksystemc: Add a --working-dir option to the test config.py.
2018-09-26 Gabe Blacksystemc: Change the test binaries to use rpath.
2018-09-26 Gabe Blacksystemc: Handle sc_stop called from sc_main correctly.
2018-09-26 Gabe Blacksystemc: Fix some issues with starvation checks.
2018-09-26 Gabe Blacksystemc: When sc_start-ing with zero time, ensure the...
2018-09-26 Gabe Blacksystemc: Fix where we checked if sc_stop was called...
2018-09-26 Gabe Blacksystemc: Make sure methods aren't restarted by yield.
2018-09-26 Gabe Blacksystemc: When a thread completes, yield to the scheduler.
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: Use the eq pointer directly less often in...
2018-09-26 Gabe Blacksystemc: Make sc_process_b less hokey, and make WAIT...
2018-09-25 Gabe Blacksystemc: Handle null and omitted event names.
2018-09-25 Gabe Blacksystemc: Handle null sc_object names.
2018-09-25 Gabe Blacksystemc: Check for time overflow in sc_start.
2018-09-25 Gabe Blacksystemc: Handle sc_time_stamp before any sc_time is...
2018-09-25 Gabe Blacksystemc: Make the test config retrieve sc_main results.
next