Skip to content

Commit 64e475c

Browse files
jwd83olofk
authored andcommitted
small docs corrections
1 parent 2311403 commit 64e475c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rtl/serv_compdec.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ module serv_compdec
178178
case (i_instr[15:14])
179179
2'b00: begin
180180
// c.slli -> slli rd, rd, shamt
181-
// (c.ssli hints are translated into a slli hint)
181+
// (c.slli hints are translated into a slli hint)
182182
comp_instr = {7'b0, i_instr[6:2], i_instr[11:7], 3'b001, i_instr[11:7], {OPCODE_OP_IMM}};
183183
end
184184

rtl/serv_decode.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module serv_decode
133133
wire co_sh_right = funct3[2];
134134
wire co_bne_or_bge = funct3[0];
135135

136-
//Matches system ops except eceall/ebreak/mret
136+
//Matches system ops except ecall/ebreak/mret
137137
wire csr_op = opcode[4] & opcode[2] & (|funct3);
138138

139139

0 commit comments

Comments
 (0)