Fix signal name

This commit is contained in:
Gyorgy Szombathelyi
2020-08-10 19:46:17 +02:00
parent b2edeebe13
commit 0f1eb09080

View File

@@ -1236,7 +1236,7 @@ begin
IntCycle <= '1';
IntE_FF1 <= '0';
IntE_FF2 <= '0';
elsif (Halt_FF = '1' and INT_s = '1' and Mode = 3) then
elsif (Halt_FF = '1' and INT_n = '0' and Mode = 3) then
Halt_FF <= '0';
end if;
else