We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293a62d commit 7a1e4cbCopy full SHA for 7a1e4cb
verilog/lm32/lm32_debug.v
@@ -167,7 +167,7 @@ wire [0:breakpoints-1]bp_match_n; // Indicates if a h/w instructio
167
168
reg [`LM32_WPC_C_RNG] wpc_c[0:watchpoints-1]; // Watchpoint enable
169
reg [`LM32_WORD_RNG] wp[0:watchpoints-1]; // Watchpoint address
170
-wire [0:watchpoints]wp_match_n; // Indicates if a h/w data watchpoint matched
+wire [0:watchpoints-1]wp_match_n; // Indicates if a h/w data watchpoint matched
171
172
wire debug_csr_write_enable; // Debug CSR write enable (from either a wcsr instruction of external debugger)
173
wire [`LM32_WORD_RNG] debug_csr_write_data; // Data to write to debug CSR
0 commit comments