summaryrefslogtreecommitdiff
path: root/rtl/config.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-28 02:29:46 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-28 02:29:46 -0600
commit98d493f9c80f356cdbc2669150d772e451c3b80e (patch)
tree320f7c6b86ea5be5d07f848ec450663e9319de0b /rtl/config.sv
parent7c5974f80f2b549a45721053037e877bc6bda438 (diff)
platform: implement support for disabling CPUs
Diffstat (limited to 'rtl/config.sv')
-rw-r--r--rtl/config.sv7
1 files changed, 7 insertions, 0 deletions
diff --git a/rtl/config.sv b/rtl/config.sv
new file mode 100644
index 0000000..6353902
--- /dev/null
+++ b/rtl/config.sv
@@ -0,0 +1,7 @@
+`ifndef CONFIG_SV
+`define CONFIG_SV
+
+`define CONFIG_CPUS 4
+`define CONFIG_CACHE 1
+
+`endif