From 70c70407c94155ac57eafd45e18c126f2b1e0e51 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Thu, 21 May 2020 12:08:16 -0700 Subject: [PATCH] minor update --- hw/rtl/VX_config.vh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/rtl/VX_config.vh b/hw/rtl/VX_config.vh index 46f4ea27..2c1a9c3b 100644 --- a/hw/rtl/VX_config.vh +++ b/hw/rtl/VX_config.vh @@ -52,7 +52,7 @@ `endif `ifndef L2_ENABLE -`define L2_ENABLE (`NUM_CORES > 1) +`define L2_ENABLE (`NUM_CORES > 2) `endif `ifndef L3_ENABLE