Skip to content

Commit 67775ac

Browse files
committed
fix linting SV
1 parent 3a189cb commit 67775ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/snitch/src/snitch.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ module snitch import snitch_pkg::*; import riscv_instr::*; #(
281281
dm::dcsr_t dcsr_d, dcsr_q;
282282
logic [31:0] dpc_d, dpc_q;
283283
logic [31:0] dscratch_d, dscratch_q;
284-
284+
285285
logic debug_d, debug_q;
286286
// Multicast mask
287287
logic [31:0] csr_mcast_d, csr_mcast_q;

0 commit comments

Comments
 (0)