mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-22 01:30:18 +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
|
||||
-- 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';
|
||||
|
Loading…
Reference in New Issue
Block a user