Skip to content

Commit f13a222

Browse files
committed
refactor: small comment cleanup
1 parent 4095177 commit f13a222

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch_overlay/qc_iu/inst/Xqci/qc.csrrwri.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ operation(): |
4141
X[rd] = csr_sw_read(csr_addr);
4242
}
4343
# writes the zero-extended immediate to the CSR,
44-
# performing any WARL transformations
45-
# first
44+
# performing any WARL transformations first
4645
csr_sw_write(csr, {{XLEN-5{1'b0}}, imm});

0 commit comments

Comments
 (0)