diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-20 18:48:49 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-20 21:29:11 -0600 |
| commit | fc99889c3ae4d5c780e878f2e881fdbe40c041fb (patch) | |
| tree | 3f99885c15ed00c83087807fd5c98313363007de /rtl/config.sv | |
| parent | c2ddefda2ed6badddac5c229f59fcb25860759a4 (diff) | |
config: limit to 1 CPU core
Diffstat (limited to 'rtl/config.sv')
| -rw-r--r-- | rtl/config.sv | 2 |
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 |
