]> git.zerfleddert.de Git - raggedstone/blobdiff - dhwk/source/INTERRUPT.vhd
interrupt scheisse
[raggedstone] / dhwk / source / INTERRUPT.vhd
index 65d89e150be891be31188abd4c2c25064e54961f..1bbc7d11896480421cf08e233e49aaf8937a4cf4 100644 (file)
@@ -59,8 +59,8 @@ begin
        begin \r
                if  (PCI_CLOCK'event and PCI_CLOCK ='1')  then  \r
 \r
+                        -- THIS IS BROKEN (it cycles the interrupt)\r
                        SIG_TAST_Q              <= not (TAST_SETn and SIG_TAST_Qn);\r
-                       \r
                        SIG_TAST_Qn             <= not (TAST_RESn and SIG_TAST_Q);\r
        \r
                end if;\r
@@ -121,15 +121,15 @@ begin
     end if;\r
        end process;\r
 \r
-       SIG_PROPAGATE_INT <= SIG_TAST_Q\r
-            OR (REG(0) AND not INT_MASKE(0)) \r
-            OR (REG(1) AND not INT_MASKE(1))\r
-            OR (REG(2) AND not INT_MASKE(2))\r
-            OR (REG(3) AND not INT_MASKE(3))\r
-            OR (REG(4) AND not INT_MASKE(4))\r
-            OR (REG(5) AND not INT_MASKE(5))\r
-            OR (REG(6) AND not INT_MASKE(6))\r
-            OR (REG(7) AND not INT_MASKE(7));\r
+       SIG_PROPAGATE_INT <=\r
+            (REG(0) AND INT_MASKE(0)) \r
+            OR (REG(1) AND INT_MASKE(1))\r
+            OR (REG(2) AND INT_MASKE(2))\r
+            OR (REG(3) AND INT_MASKE(3))\r
+            OR (REG(4) AND INT_MASKE(4))\r
+            OR (REG(5) AND INT_MASKE(5))\r
+            OR (REG(6) AND INT_MASKE(6))\r
+            OR (REG(7) AND INT_MASKE(7));\r
 \r
        process (PCI_CLOCK)\r
        begin\r
Impressum, Datenschutz