From 36492497ba7096fb20c417941d426e01870d213d Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 4 Feb 2019 14:34:59 +0100 Subject: Include more complex insert-sort test which checks memory and cache. Signed-off-by: Pavel Pisa --- qtmips_machine/tests/tst_machine.h | 8 ++++++++ 1 file changed, 8 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 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(); -- cgit v1.2.3