From bf25abafcdfbfcc8d8ab22c94413fe0efed1a9b9 Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Mon, 4 Sep 2023 18:02:38 +0200 Subject: [PATCH] cva6: Default to write-back cache --- target/sim/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/target/sim/Makefile b/target/sim/Makefile index b2d08bec8..4d112f7cf 100644 --- a/target/sim/Makefile +++ b/target/sim/Makefile @@ -101,7 +101,6 @@ VLOG_FLAGS += -suppress 2583 VLOG_FLAGS += -suppress 13314 VLOG_FLAGS += ${QUESTA_64BIT} VLOG_FLAGS += -timescale 1ns/1ps -VLOG_FLAGS += +define+WT_DCACHE # Verilated and compiled Occamy system VLT_AR = ${VLT_BUILDDIR}/Vtestharness__ALL.a