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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qtmips_machine/tests/tst_machine.h b/qtmips_machine/tests/tst_machine.h
index a0e8525..bc271eb 100644
--- a/qtmips_machine/tests/tst_machine.h
+++ b/qtmips_machine/tests/tst_machine.h
@@ -46,6 +46,12 @@ private Q_SLOTS:
void singlecore_mem_data();
void pipecore_mem();
void pipecore_mem_data();
+ void singlecore_alu_forward();
+ void singlecore_alu_forward_data();
+ void pipecore_alu_forward();
+ void pipecore_alu_forward_data();
+ void pipecorestall_alu_forward();
+ void pipecorestall_alu_forward_data();
// Cache
void cache_data();
void cache();