summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-20 18:48:49 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-20 21:29:11 -0600
commitfc99889c3ae4d5c780e878f2e881fdbe40c041fb (patch)
tree3f99885c15ed00c83087807fd5c98313363007de
parentc2ddefda2ed6badddac5c229f59fcb25860759a4 (diff)
config: limit to 1 CPU core
-rw-r--r--rtl/config.sv2
1 files changed, 1 insertions, 1 deletions
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