We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03f6d7 commit 16cd216Copy full SHA for 16cd216
rtl/cve2_top.sv
@@ -105,7 +105,7 @@ module cve2_top import cve2_pkg::*; #(
105
localparam int unsigned PMPNumRegions = 4;
106
107
// Trigger support
108
- localparam bit DbgTriggerEn = 1'b1;
+ localparam bit DbgTriggerEn = 1'b1; // DEBUG_TRIGGER_EN in CVE4
109
localparam int unsigned DbgHwBreakNum = 1;
110
111
// Bit manipulation extension
0 commit comments