From 9714160be659672f672cfde5bfa2361602a0db6c Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sat, 2 Feb 2019 18:29:08 +0100 Subject: Add test for forwarding in ALU operations. Signed-off-by: Pavel Pisa --- qtmips_machine/tests/tst_machine.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qtmips_machine/tests/tst_machine.h') 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(); -- cgit v1.2.3