diff --git a/lib/CPUs/MIPS/src/core/mips_cop.vhd b/lib/CPUs/MIPS/src/core/mips_cop.vhd index 82d33c2..bc1045b 100644 --- a/lib/CPUs/MIPS/src/core/mips_cop.vhd +++ b/lib/CPUs/MIPS/src/core/mips_cop.vhd @@ -526,13 +526,13 @@ cop_status_reg_write: elsif ctrl_in.sdu.WB_nop = '0' then if stat_reg_we = '1' then if status(1) = '0' then - status(0) <= din(0); -- IEc status(1) <= din(1); -- KUc status(2) <= din(2); -- IEp status(3) <= din(3); -- KUp status(4) <= din(4); -- IEo status(5) <= din(5); -- KUo end if; + status(0) <= din(0); -- IEc status(15 downto 8) <= din(15 downto 8); -- IM status(22) <= din(22); -- BEV status(25) <= din(25); -- RE