From d372a0e5a897f499178c38851e17c3bd82e672c1 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 13 Jan 2014 16:25:55 -0800 Subject: swap JAL/JALR again --- inst.chisel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inst.chisel') diff --git a/inst.chisel b/inst.chisel index 0b68a65..a805101 100644 --- a/inst.chisel +++ b/inst.chisel @@ -1,13 +1,13 @@ /* Automatically generated by parse-opcodes */ object Instructions { - def JAL = Bits("b?????????????????????????1100111") - def JALR = Bits("b?????????????????000?????1101111") def BEQ = Bits("b?????????????????000?????1100011") def BNE = Bits("b?????????????????001?????1100011") def BLT = Bits("b?????????????????100?????1100011") def BGE = Bits("b?????????????????101?????1100011") def BLTU = Bits("b?????????????????110?????1100011") def BGEU = Bits("b?????????????????111?????1100011") + def JALR = Bits("b?????????????????000?????1100111") + def JAL = Bits("b?????????????????????????1101111") def LUI = Bits("b?????????????????????????0110111") def AUIPC = Bits("b?????????????????????????0010111") def ADDI = Bits("b?????????????????000?????0010011") -- cgit v1.2.3