mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Change PULP custom opcodes
This commit is contained in:
parent
b99a8b90ba
commit
c001c323de
1 changed files with 4 additions and 4 deletions
|
@ -56,10 +56,10 @@
|
|||
`define OPCODE_CUST1 7'h2b
|
||||
|
||||
// PULP custom
|
||||
`define OPCODE_STORE_POST 7'h27
|
||||
`define OPCODE_LOAD_POST 7'h07
|
||||
`define OPCODE_HWLOOP 7'h6b
|
||||
`define OPCODE_PULP_OP 7'h57
|
||||
`define OPCODE_LOAD_POST 7'h0b
|
||||
`define OPCODE_STORE_POST 7'h2b
|
||||
`define OPCODE_PULP_OP 7'h5b
|
||||
`define OPCODE_HWLOOP 7'h7b
|
||||
|
||||
|
||||
// instruction masks (for tracer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue