From fc99889c3ae4d5c780e878f2e881fdbe40c041fb Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 20 Nov 2023 18:48:49 -0600 Subject: config: limit to 1 CPU core --- rtl/config.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl') diff --git a/rtl/config.sv b/rtl/config.sv index 6353902..684dd6b 100644 --- a/rtl/config.sv +++ b/rtl/config.sv @@ -1,7 +1,7 @@ `ifndef CONFIG_SV `define CONFIG_SV -`define CONFIG_CPUS 4 +`define CONFIG_CPUS 1 `define CONFIG_CACHE 1 `endif -- cgit v1.2.3