swap JAL, JALR encodings
This commit is contained in:
parent
110e53cb48
commit
25ab402932
@ -6,8 +6,8 @@ import Node._
|
|||||||
object Instructions
|
object Instructions
|
||||||
{
|
{
|
||||||
/* Automatically generated by parse-opcodes */
|
/* Automatically generated by parse-opcodes */
|
||||||
def JAL = Bits("b?????????????????????????1101111")
|
def JAL = Bits("b?????????????????????????1100111")
|
||||||
def JALR = Bits("b??????????????????????0001100111")
|
def JALR = Bits("b??????????????????????0001101111")
|
||||||
def BEQ = Bits("b??????????????????????0001100011")
|
def BEQ = Bits("b??????????????????????0001100011")
|
||||||
def BNE = Bits("b??????????????????????0011100011")
|
def BNE = Bits("b??????????????????????0011100011")
|
||||||
def BLT = Bits("b??????????????????????1001100011")
|
def BLT = Bits("b??????????????????????1001100011")
|
||||||
|
Loading…
Reference in New Issue
Block a user