forked from Github_Repos/cvw
Update decompress.sv
typo
This commit is contained in:
parent
970318f881
commit
4a2ed0142f
@ -47,7 +47,7 @@ module decompress (
|
||||
assign InstrD = InstrRawD;
|
||||
assign IllegalCompInstrD = 0;
|
||||
end else begin : decompress // COMPRESSED mode supported
|
||||
assign instr16 = InstrRawD[15:0]; // instruction is alreay aligned
|
||||
assign instr16 = InstrRawD[15:0]; // instruction is already aligned
|
||||
assign op = instr16[1:0];
|
||||
assign rds1 = instr16[11:7];
|
||||
assign rs2 = instr16[6:2];
|
||||
|
Loading…
Reference in New Issue
Block a user