summaryrefslogtreecommitdiff
path: root/rtl/config.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/config.sv')
-rw-r--r--rtl/config.sv5
1 files changed, 3 insertions, 2 deletions
diff --git a/rtl/config.sv b/rtl/config.sv
index 6353902..2af0d71 100644
--- a/rtl/config.sv
+++ b/rtl/config.sv
@@ -1,7 +1,8 @@
`ifndef CONFIG_SV
`define CONFIG_SV
-`define CONFIG_CPUS 4
-`define CONFIG_CACHE 1
+`define CONFIG_CPUS 4
+`define CONFIG_CACHE 1
+`define CONFIG_PERF_MONITOR 1
`endif