From: Benjamin Herrenschmidt Date: Mon, 2 Sep 2019 22:44:01 +0000 (+1000) Subject: decode1 array fix header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0ade2857fb1dfad88b6b73b6e3aed1589a32fc6;p=microwatt.git decode1 array fix header Signed-off-by: Benjamin Herrenschmidt --- diff --git a/decode1.vhdl b/decode1.vhdl index 394489f..a46f154 100644 --- a/decode1.vhdl +++ b/decode1.vhdl @@ -22,8 +22,8 @@ architecture behaviour of decode1 is -- Note: reformat with column -t -o ' ' constant decode_rom_array : decode_rom_array_t := ( - -- unit internal in1 in2 in3 out const const const CR CR cry cry ldst ld BR sgn upd mul mul rc lk - -- op 1 2 3 in out in out len ext 32 sgn + -- unit internal in1 in2 in3 out const const const CR CR cry cry ldst BR sgn upd rsrv mul mul rc lk + -- op 1 2 3 in out in out len ext 32 sgn PPC_ILLEGAL => (ALU, OP_ILLEGAL, NONE, NONE, NONE, NONE, NONE, NONE, NONE, '0', '0', '0', '0', NONE, '0', '0', '0', '0', '0', '0', RC, '0'), PPC_ADD => (ALU, OP_ADD, RA, RB, NONE, RT, NONE, NONE, NONE, '0', '0', '0', '0', NONE, '0', '0', '0', '0', '0', '0', RC, '0'), PPC_ADDC => (ALU, OP_ADDC, RA, RB, NONE, RT, NONE, NONE, NONE, '0', '0', '0', '1', NONE, '0', '0', '0', '0', '0', '0', RC, '0'),