Skip to content

Commit f03f6d7

Browse files
committed
[rtl] Correction of syntax error on header of the module cve2_top_tracing.
1 parent 0a4d29a commit f03f6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/cve2_top_tracing.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module cve2_top_tracing import cve2_pkg::*; #(
1010
parameter int unsigned MHPMCounterNum = 10,
1111
parameter int unsigned MHPMCounterWidth = 40,
1212
parameter bit RV32E = 1'b0,
13-
parameter rv32m_e RV32M = RV32MFast,
13+
parameter rv32m_e RV32M = RV32MFast
1414
) (
1515
// Clock and Reset
1616
input logic clk_i,

0 commit comments

Comments
 (0)