]> git.zerfleddert.de Git - raggedstone/commitdiff
interrupt
authormichael <michael>
Sun, 11 Mar 2007 13:13:04 +0000 (13:13 +0000)
committermichael <michael>
Sun, 11 Mar 2007 13:13:04 +0000 (13:13 +0000)
dhwk/source/pci/interrupt.vhd

index 1c1e6e8276aab897a1772288854d1c5a10f4597a..a3709b6ba88f030a164af0e1e4fd55aea450e191 100644 (file)
@@ -120,8 +120,8 @@ begin
                 end if;
         end process;
 
-        SIG_PROPAGATE_INT <=
-        (REG(0) AND INT_MASKE(0))
+        SIG_PROPAGATE_INT <= (not TAST_SETn)
+        OR (REG(0) AND INT_MASKE(0))
         OR (REG(1) AND INT_MASKE(1))
         OR (REG(2) AND INT_MASKE(2))
         OR (REG(3) AND INT_MASKE(3))
Impressum, Datenschutz