summaryrefslogtreecommitdiff
path: root/src/systemc/tests
AgeCommit message (Expand)Author
2019-02-25systemc: Get rid of --working-dir in the test's config.py.Gabe Black
2019-02-25systemc: Start using the m5.systemc module in the test config.py.Gabe Black
2019-02-22python: Make iterator handling Python 3 compatibleAndreas Sandberg
2019-02-21systemc: Make the verify.py script work when run from different dirs.Gabe Black
2019-02-11scons: Change an = to a += when accumulating sources from filters.Gabe Black
2019-02-11systemc: scons: Specify RPATH as a list.Gabe Black
2019-01-11misc: updated shabang for python scriptAndrea Mondelli
2019-01-09systemc: Make input.txt a dependency for the tlm/endian_conv test.Gabe Black
2019-01-09systemc: Exclude some failing systemc TLM tests in working.filt.Gabe Black
2019-01-09systemc: Add a dummy argv[0] when running the tests.Gabe Black
2019-01-09systemc: Also look for tests in the tlm test directory.Gabe Black
2018-12-10systemc: Update test output for longer lived processes.Gabe Black
2018-12-10systemc: Update the ordering in the reference output for some tests.Gabe Black
2018-11-29systemc: Run the systemc tests directly from their build directories.Gabe Black
2018-11-29systemc: Run the systemc tests with the CWD in the build directory.Gabe Black
2018-11-29systemc: Add DEPS files for some tests with non-source file dependencies.Gabe Black
2018-11-29systemc: Make verify.py recognize a DEPS file in test dirs.Gabe Black
2018-11-19systemc: Stop explicitly adding the systemc ext dir to CPPPATH.Gabe Black
2018-10-16systemc: Stop filtering out warnings about unimplemented features.Gabe Black
2018-10-16systemc: Exclude a test which tests a feature we're not implementing.Gabe Black
2018-10-16systemc: Switch to using predefined messages for channels.Gabe Black
2018-10-16systemc: Mark a test as expected to fail.Gabe Black
2018-10-16systemc: Switch to using predefined messages for core.Gabe Black
2018-10-16systemc: Stop passing arguments to sc_main.Gabe Black
2018-10-16systemc: Manually correct the golden output for a test.Gabe Black
2018-10-16systemc: Mark a test as expected to fail.Gabe Black
2018-10-16systemc: Use the "catch action" and the handler func outside sc_main.Gabe Black
2018-10-16systemc: Implement port binding policies.Gabe Black
2018-10-16systemc: Fix a typo in one of the error messages.Gabe Black
2018-10-16systemc: Implement writer policies.Gabe Black
2018-10-16systemc: Implement register_port in all the predefined channels.Gabe Black
2018-10-16systemc: Filter out a test which breaks rules gem5 won't let it break.Gabe Black
2018-10-16systemc: Filter out an Info about delta cycles and pseudo timesteps.Gabe Black
2018-10-16systemc: Check the process type when using sc_join.Gabe Black
2018-10-16systemc: Make sure the right type process is running when calling wait.Gabe Black
2018-10-16systemc: Add an error check to sc_time.Gabe Black
2018-10-16systemc: Add some error checks to sc_export.Gabe Black
2018-10-16systemc: Teach verify.py how to verify vcd files.Gabe Black
2018-10-16systemc: Fix a typo in verify.py.Gabe Black
2018-10-16systemc: Add an error check whether an interface is alread bound to a port.Gabe Black
2018-10-09systemc: Implement the sc_signal_rv channel and ports.Gabe Black
2018-10-09systemc: Ignore a gem5 warning about setting the stack size in verify.py.Gabe Black
2018-10-09systemc: Check whether the simulation is running when creating sensitivities.Gabe Black
2018-10-09systemc: Mark a few more tests as expected to return non-zero.Gabe Black
2018-10-09systemc: Centralize module callbacks and report new warnings.Gabe Black
2018-10-09systemc: Mark a few tests as expected to raise an error.Gabe Black
2018-10-09systemc: Update some defaults in verify.py.Gabe Black
2018-10-09systemc: Fortify how exceptions are caught and passed around.Gabe Black
2018-10-09systemc: Merge stderr and stdout when running tests.Gabe Black
2018-10-09systemc: Teach verify.py to filter messages which start within a line.Gabe Black