From: Anton Blanchard Date: Thu, 12 Sep 2019 07:06:09 +0000 (+1000) Subject: No need to gate nia or insn in decode1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=acdb2ea1577f19e8dda74e3143daa91d4732e596;p=microwatt.git No need to gate nia or insn in decode1 Signed-off-by: Anton Blanchard --- diff --git a/decode1.vhdl b/decode1.vhdl index 10367b6..d33c4d0 100644 --- a/decode1.vhdl +++ b/decode1.vhdl @@ -245,13 +245,12 @@ begin v := r; v.valid := f_in.valid; + v.nia := f_in.nia; + v.insn := f_in.insn; ppc_insn := PPC_ILLEGAL; if f_in.valid = '1' then - v.nia := f_in.nia; - v.insn := f_in.insn; - report "Decode insn " & to_hstring(f_in.insn) & " at " & to_hstring(f_in.nia); if std_match(f_in.insn, "011111---------------0100001010-") then