diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-03 18:01:03 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-03 18:01:03 +0100 |
commit | 615060bc4017a3db864568ee3bb7bfb3ec18d2e7 (patch) | |
tree | 086203bcbedeb9f33ea9a8af5a21cf4cfa87a39b /tests/cpu_trap/test.sh | |
parent | 08d7e3dabd81e9d6e4f73aa5889a1d709242177c (diff) | |
download | qtmips-615060bc4017a3db864568ee3bb7bfb3ec18d2e7.tar.gz qtmips-615060bc4017a3db864568ee3bb7bfb3ec18d2e7.tar.bz2 qtmips-615060bc4017a3db864568ee3bb7bfb3ec18d2e7.zip |
Add pipelined and no-delay-slot for qtmips_cli
Diffstat (limited to 'tests/cpu_trap/test.sh')
-rwxr-xr-x | tests/cpu_trap/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cpu_trap/test.sh b/tests/cpu_trap/test.sh index 430af14..d2ab99c 100755 --- a/tests/cpu_trap/test.sh +++ b/tests/cpu_trap/test.sh @@ -12,3 +12,4 @@ mips_make_test # Run test qtmips_run qtmips_cli/qtmips_cli --fail-match O "$TEST_DIR/cpu_trap" +qtmips_run qtmips_cli/qtmips_cli --pipelined --fail-match O "$TEST_DIR/cpu_trap" |