aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/tests/tst_machine.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-20 14:17:32 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-20 14:17:32 +0100
commitadb9f147e358f687b37f5bf14c68f559c7c86a79 (patch)
treef6e62a99e0f005401871c138103acdfe008ce1a1 /qtmips_machine/tests/tst_machine.h
parentb01f4f6c24ed6ff80f822d6ed546c188655bda27 (diff)
downloadqtmips-adb9f147e358f687b37f5bf14c68f559c7c86a79.tar.gz
qtmips-adb9f147e358f687b37f5bf14c68f559c7c86a79.tar.bz2
qtmips-adb9f147e358f687b37f5bf14c68f559c7c86a79.zip
Distinguish between write-through cache with allocate and update only if hit.
Add into cache statistic number of backing/main memory accesses. Correction of meaning and computation of the cache statistic. 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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtmips_machine/tests/tst_machine.h b/qtmips_machine/tests/tst_machine.h
index 0f9d753..938a9a8 100644
--- a/qtmips_machine/tests/tst_machine.h
+++ b/qtmips_machine/tests/tst_machine.h
@@ -91,11 +91,13 @@ private Q_SLOTS:
void pipecorestall_alu_forward_data();
void singlecore_memory_tests_data();
void pipecore_nc_memory_tests_data();
- void pipecore_wt_memory_tests_data();
+ void pipecore_wt_na_memory_tests_data();
+ void pipecore_wt_a_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_wt_na_memory_tests();
+ void pipecore_wt_a_memory_tests();
void pipecore_wb_memory_tests();
// Cache
void cache_data();