From 6c175d5dc428f630e3bd4caf707db4b77b0b87e7 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 12 Feb 2024 16:20:12 -0600 Subject: rtl, tb: add core.mk files --- rtl/config.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/config.sv') diff --git a/rtl/config.sv b/rtl/config.sv index 684dd6b..6353902 100644 --- a/rtl/config.sv +++ b/rtl/config.sv @@ -1,7 +1,7 @@ `ifndef CONFIG_SV `define CONFIG_SV -`define CONFIG_CPUS 1 +`define CONFIG_CPUS 4 `define CONFIG_CACHE 1 `endif -- cgit v1.2.3