decode: Add a facility field to the instruction decode tables
[microwatt.git] / decode2.vhdl
index bd64c77a7a4404f8e5023cefee9a157c0d8519ab..8b4633a82037142cb7afbc5fc2e1f03b2ee67add 100644 (file)
@@ -381,6 +381,7 @@ begin
         -- execute unit
         v.e.nia := d_in.nia;
         v.e.unit := d_in.decode.unit;
+        v.e.fac := d_in.decode.facility;
         v.e.insn_type := d_in.decode.insn_type;
         v.e.read_reg1 := decoded_reg_a.reg;
         v.e.read_data1 := decoded_reg_a.data;