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 0a4d29a commit f03f6d7Copy full SHA for f03f6d7
rtl/cve2_top_tracing.sv
@@ -10,7 +10,7 @@ module cve2_top_tracing import cve2_pkg::*; #(
10
parameter int unsigned MHPMCounterNum = 10,
11
parameter int unsigned MHPMCounterWidth = 40,
12
parameter bit RV32E = 1'b0,
13
- parameter rv32m_e RV32M = RV32MFast,
+ parameter rv32m_e RV32M = RV32MFast
14
) (
15
// Clock and Reset
16
input logic clk_i,
0 commit comments