From 98d493f9c80f356cdbc2669150d772e451c3b80e Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 28 Oct 2023 02:29:46 -0600 Subject: platform: implement support for disabling CPUs --- rtl/config.sv | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rtl/config.sv (limited to 'rtl/config.sv') 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 -- cgit v1.2.3