aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/tests/tst_machine.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-04 14:34:59 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-04 14:34:59 +0100
commit36492497ba7096fb20c417941d426e01870d213d (patch)
treead57bf846a2b26f84eb91a341b220e60bd1f14d9 /qtmips_machine/tests/tst_machine.h
parent11e55482f80e5bf7df19f845c2d4faf5a9a6010c (diff)
downloadqtmips-36492497ba7096fb20c417941d426e01870d213d.tar.gz
qtmips-36492497ba7096fb20c417941d426e01870d213d.tar.bz2
qtmips-36492497ba7096fb20c417941d426e01870d213d.zip
Include more complex insert-sort test which checks memory and cache.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/tests/tst_machine.h')
-rw-r--r--qtmips_machine/tests/tst_machine.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/qtmips_machine/tests/tst_machine.h b/qtmips_machine/tests/tst_machine.h
index 0587fe7..07b5e42 100644
--- a/qtmips_machine/tests/tst_machine.h
+++ b/qtmips_machine/tests/tst_machine.h
@@ -87,6 +87,14 @@ private Q_SLOTS:
void pipecore_alu_forward_data();
void pipecorestall_alu_forward();
void pipecorestall_alu_forward_data();
+ void singlecore_memory_tests_data();
+ void pipecore_nc_memory_tests_data();
+ void pipecore_wt_memory_tests_data();
+ void pipecore_wb_memory_tests_data();
+ void singlecore_memory_tests();
+ void pipecore_nc_memory_tests();
+ void pipecore_wt_memory_tests();
+ void pipecore_wb_memory_tests();
// Cache
void cache_data();
void cache();