Skip to content

Commit 8a0d19c

Browse files
committed
minor update
1 parent e99a451 commit 8a0d19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/rtl/core/VX_issue_slice.sv

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module VX_issue_slice import VX_gpu_pkg::*; #(
100100
wire reset_negedge;
101101
`NEG_EDGE (reset_negedge, reset);
102102
`SCOPE_TAP_EX (0, 2, 4, 3, (
103-
UUID_WIDTH + NW_WIDTH + `NUM_THREADS + PC_BITS + EX_BITS + INST_OP_BITS + 1 + NR_BITS * 4 +
103+
UUID_WIDTH + NW_WIDTH + `NUM_THREADS + PC_BITS + EX_BITS + INST_OP_BITS + 1 + $bits(reg_idx_t) * 4 +
104104
UUID_WIDTH + ISSUE_WIS_W + `SIMD_WIDTH + PC_BITS + EX_BITS + INST_OP_BITS + 1 + NR_BITS + (3 * `XLEN) +
105105
UUID_WIDTH + ISSUE_WIS_W + `SIMD_WIDTH + NR_BITS + (`SIMD_WIDTH * `XLEN) + 1
106106
), {

0 commit comments

Comments
 (0)