mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-02 23:32:02 +00:00
Fixed a bug with the I Flag being 0 rather than 1 following reset
Change-Id: Ifc1573026e93944d33a756bd601200441ba20c1d
This commit is contained in:
parent
d44d3a889e
commit
d3224a651d
@ -437,7 +437,7 @@ begin
|
|||||||
if RstCycle = '1' then
|
if RstCycle = '1' then
|
||||||
-- P(Flag_I) <= '0';
|
-- P(Flag_I) <= '0';
|
||||||
-- P(Flag_D) <= '0';
|
-- P(Flag_D) <= '0';
|
||||||
tmpP(Flag_I) := '0';
|
tmpP(Flag_I) := '1';
|
||||||
tmpP(Flag_D) := '0';
|
tmpP(Flag_D) := '0';
|
||||||
end if;
|
end if;
|
||||||
-- P(Flag_1) <= '1';
|
-- P(Flag_1) <= '1';
|
||||||
|
Loading…
Reference in New Issue
Block a user