Add OpCHERI to the function that rationalises opcodes.
This commit is contained in:
1
src_Core/RISCY_OOO/procs/lib/ProcTypes.bsv
Normal file → Executable file
1
src_Core/RISCY_OOO/procs/lib/ProcTypes.bsv
Normal file → Executable file
@@ -213,6 +213,7 @@ function Opcode unpackOpcode(Bit#(7) x);
|
||||
pack(Opcode'(Fnmsub )): (Fnmsub );
|
||||
pack(Opcode'(Fnmadd )): (Fnmadd );
|
||||
pack(Opcode'(OpFp )): (OpFp );
|
||||
pack(Opcode'(OpCHERI)): (OpCHERI);
|
||||
pack(Opcode'(Branch )): (Branch );
|
||||
pack(Opcode'(Jalr )): (Jalr );
|
||||
pack(Opcode'(Jal )): (Jal );
|
||||
|
||||
Reference in New Issue
Block a user