From 31006bd10962e72c56f34158b893313e233cd161 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 12 Feb 2024 22:33:47 -0600 Subject: rtl/perf: add a flag for enabling or disabling the perf module --- rtl/config.sv | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rtl/config.sv') 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 -- cgit v1.2.3