From 17ed2dfde8ed96ca16eae00818d575e6eedd0447 Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Sun, 5 Jul 2020 21:44:17 +0100 Subject: [PATCH] Revert CACHE_SIZE back to LARGE The default was erroneously changed, causing P3 builds to have smaller caches, so switch it back. The RVFI-DII builds override this with a TEST configuration anyway now. --- builds/Resources/Include_RISCY_Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/Resources/Include_RISCY_Config.mk b/builds/Resources/Include_RISCY_Config.mk index c40df6c..d80bca7 100644 --- a/builds/Resources/Include_RISCY_Config.mk +++ b/builds/Resources/Include_RISCY_Config.mk @@ -10,7 +10,7 @@ PROC := RV64G_OOO # core size CORE_SIZE ?= SMALL # cache size -CACHE_SIZE ?= SMALL +CACHE_SIZE ?= LARGE # always include perf counter PERF_COUNT := true # dram type in simulation: VC707 or AWSF1