aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/tests/tst_machine.h
diff options
context:
space:
mode:
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();