diff options
Diffstat (limited to 'rtl/config.sv')
| -rw-r--r-- | rtl/config.sv | 7 |
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 |
