systemc: Add Port types for initiator and target sockets.
[gem5.git] / src / systemc / tests /
2019-02-25 Gabe Blacksystemc: Get rid of --working-dir in the test's config.py.
2019-02-25 Gabe Blacksystemc: Start using the m5.systemc module in the test...
2019-02-22 Andreas Sandbergpython: Make iterator handling Python 3 compatible
2019-02-21 Gabe Blacksystemc: Make the verify.py script work when run from...
2019-02-11 Gabe Blackscons: Change an = to a += when accumulating sources...
2019-02-11 Gabe Blacksystemc: scons: Specify RPATH as a list.
2019-01-11 Andrea Mondellimisc: updated shabang for python script
2019-01-09 Gabe Blacksystemc: Make input.txt a dependency for the tlm/endian...
2019-01-09 Gabe Blacksystemc: Exclude some failing systemc TLM tests in...
2019-01-09 Gabe Blacksystemc: Add a dummy argv[0] when running the tests.
2019-01-09 Gabe Blacksystemc: Also look for tests in the tlm test directory.
2018-12-10 Gabe Blacksystemc: Update test output for longer lived processes.
2018-12-10 Gabe Blacksystemc: Update the ordering in the reference output...
2018-11-29 Gabe Blacksystemc: Run the systemc tests directly from their...
2018-11-29 Gabe Blacksystemc: Run the systemc tests with the CWD in the...
2018-11-29 Gabe Blacksystemc: Add DEPS files for some tests with non-source...
2018-11-29 Gabe Blacksystemc: Make verify.py recognize a DEPS file in test...
2018-11-19 Gabe Blacksystemc: Stop explicitly adding the systemc ext dir...
2018-10-16 Gabe Blacksystemc: Stop filtering out warnings about unimplemente...
2018-10-16 Gabe Blacksystemc: Exclude a test which tests a feature we're...
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for channels.
2018-10-16 Gabe Blacksystemc: Mark a test as expected to fail.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for core.
2018-10-16 Gabe Blacksystemc: Stop passing arguments to sc_main.
2018-10-16 Gabe Blacksystemc: Manually correct the golden output for a test.
2018-10-16 Gabe Blacksystemc: Mark a test as expected to fail.
2018-10-16 Gabe Blacksystemc: Use the "catch action" and the handler func...
2018-10-16 Gabe Blacksystemc: Implement port binding policies.
2018-10-16 Gabe Blacksystemc: Fix a typo in one of the error messages.
2018-10-16 Gabe Blacksystemc: Implement writer policies.
2018-10-16 Gabe Blacksystemc: Implement register_port in all the predefined...
2018-10-16 Gabe Blacksystemc: Filter out a test which breaks rules gem5...
2018-10-16 Gabe Blacksystemc: Filter out an Info about delta cycles and...
2018-10-16 Gabe Blacksystemc: Check the process type when using sc_join.
2018-10-16 Gabe Blacksystemc: Make sure the right type process is running...
2018-10-16 Gabe Blacksystemc: Add an error check to sc_time.
2018-10-16 Gabe Blacksystemc: Add some error checks to sc_export.
2018-10-16 Gabe Blacksystemc: Teach verify.py how to verify vcd files.
2018-10-16 Gabe Blacksystemc: Fix a typo in verify.py.
2018-10-16 Gabe Blacksystemc: Add an error check whether an interface is...
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: Check whether the simulation is running when...
2018-10-09 Gabe Blacksystemc: Mark a few more tests as expected to return...
2018-10-09 Gabe Blacksystemc: Centralize module callbacks and report new...
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: Teach verify.py to filter messages which start...
2018-10-03 Gabe Blacksystemc: Make some tests use cout instead of cerr to...
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: Mark some tests as expected to fail.
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: Teach verify.py to ignore "In file: *" in...
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: Teach verify.py how to expect failing error...
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-25 Gabe Blacksystemc: Make the test config retrieve sc_main results.
2018-09-25 Gabe Blacksystemc: Make a test use cout for all its messages.
2018-09-20 Gabe Blacksystemc: Teach verify.py to ignore another deprecation...
2018-09-20 Gabe Blacksystemc: Generalize ignoring info messages in the refer...
2018-09-20 Gabe Blacksystemc: Exclude two more tests which have undefined...
2018-09-20 Gabe Blacksystemc: Ignore a warning in the reference test outputs.
2018-09-20 Gabe Blacksystemc: Always set USE_SYSTEMC=1 when compiling with...
2018-09-20 Gabe Blacksystemc: Make verify.py ignore an Info: message.
2018-09-11 Gabe Blacksystemc: Make verify.py ignore another warning.
2018-09-11 Gabe Blacksystemc: Make verify.py compare non output log referenc...
2018-09-11 Gabe Blacksystemc: Delete empty/misnamed test reference file.
2018-09-11 Gabe Blacksystemc: Remove some junk test reference files.
2018-09-11 Gabe Blacksystemc: Make verify.py delete obsolete diff files.
2018-09-11 Gabe Blacksystemc: Make verify.py ignore a warning.
2018-09-11 Gabe Blacksystemc: Teach verify.py to diff files when checking...
2018-09-11 Gabe Blacksystemc: Add return code verification to verify.py.
2018-09-11 Gabe Blacksystemc: Record the test's return code in the output...
2018-09-11 Gabe Blacksystemc: Extend the execute phase of verify.py.
2018-09-05 Gabe Blacksystemc: Disable tests which use sensitive_(pos|neg).
2018-09-05 Gabe Blacksystemc: Enable some more sc_simcontext related tests.
2018-08-28 Gabe Blacksystemc: Add a minimal version of the deprecated sc_pro...
2018-08-28 Gabe Blacksystemc: Make the verify.py --list option print a total...
2018-08-28 Gabe Blacksystemc: Disable a few more tests that aren't going...
2018-08-28 Gabe Blacksystemc: Disable the phase_callbacks set of tests.
2018-08-28 Gabe Blacksystemc: Add some common test include files.
2018-08-22 Gabe Blacksystemc: Exclude another test which exercises sc_string.
2018-08-22 Gabe Blacksystemc: Exclude a test which probably could never...
2018-08-22 Gabe Blacksystemc: Add a filter file for the tests which are...
2018-08-22 Gabe Blacksystemc: Add a filter-file option.
2018-08-22 Gabe Blacksystemc: Fix a small bug in verify.py.
2018-08-15 Gabe Blacksystemc: Remove references to internal constants from...
2018-08-15 Gabe Blacksystemc: Remove more Accellera source specific include...
2018-08-15 Gabe Blacksystemc: Make a test stop including an internal path...
2018-08-15 Gabe Blacksystemc: Add a script which automates building and...
2018-08-15 Gabe Blacksystemc, scons: Link systemc tests against the shared...
2018-08-15 Gabe Blacksystemc, scons: Add a mechanism to hook in the systemc...
next