Fix opcodes for zip/unzip, which are wrong in the bitmanip copy of the Zbkb spec, but correct in the crypto copy of that spec
This commit is contained in:
parent
4ffe007a84
commit
a2582976fc
|
@ -129,8 +129,8 @@ localparam RV_BSETI = 32'b0010100??????????001?????0010011;
|
|||
localparam RV_PACK = 32'b0000100??????????100?????0110011;
|
||||
localparam RV_PACKH = 32'b0000100??????????111?????0110011;
|
||||
localparam RV_REV_B = 32'b011010000111?????101?????0010011;
|
||||
localparam RV_UNZIP = 32'b000010011111?????101?????0010011;
|
||||
localparam RV_ZIP = 32'b000010011110?????001?????0010011;
|
||||
localparam RV_UNZIP = 32'b000010001111?????101?????0010011;
|
||||
localparam RV_ZIP = 32'b000010001111?????001?????0010011;
|
||||
|
||||
// Zbkc is a subset of Zbc.
|
||||
|
||||
|
|
Loading…
Reference in New Issue