Fixed a bug with the I Flag being 0 rather than 1 following reset

Change-Id: Ifc1573026e93944d33a756bd601200441ba20c1d
This commit is contained in:
David Banks 2015-08-29 20:57:49 +01:00
parent d44d3a889e
commit d3224a651d

View File

@ -437,7 +437,7 @@ begin
if RstCycle = '1' then
-- P(Flag_I) <= '0';
-- P(Flag_D) <= '0';
tmpP(Flag_I) := '0';
tmpP(Flag_I) := '1';
tmpP(Flag_D) := '0';
end if;
-- P(Flag_1) <= '1';