Swap JAL/JALR encodings (again)
This commit is contained in:
parent
07a91bb99a
commit
c546f66404
@ -5,8 +5,8 @@ import Node._
|
||||
|
||||
/* Automatically generated by parse-opcodes */
|
||||
object Instructions {
|
||||
def JAL = Bits("b?????????????????????????1100111")
|
||||
def JALR = Bits("b?????????????????000?????1101111")
|
||||
def JAL = Bits("b?????????????????????????1101111")
|
||||
def JALR = Bits("b?????????????????000?????1100111")
|
||||
def BEQ = Bits("b?????????????????000?????1100011")
|
||||
def BNE = Bits("b?????????????????001?????1100011")
|
||||
def BLT = Bits("b?????????????????100?????1100011")
|
||||
|
Loading…
Reference in New Issue
Block a user