Skip to content

Commit 16cd216

Browse files
committed
[rtl] Add reference to CVE4's DEBUG_TRIGGER_EN on the parameter DbgTriggerEn
1 parent f03f6d7 commit 16cd216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/cve2_top.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module cve2_top import cve2_pkg::*; #(
105105
localparam int unsigned PMPNumRegions = 4;
106106

107107
// Trigger support
108-
localparam bit DbgTriggerEn = 1'b1;
108+
localparam bit DbgTriggerEn = 1'b1; // DEBUG_TRIGGER_EN in CVE4
109109
localparam int unsigned DbgHwBreakNum = 1;
110110

111111
// Bit manipulation extension

0 commit comments

Comments
 (0)