From 899cd331b2b9816cfd09202e80717ca4016f0dd2 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 11 Mar 2007 13:13:04 +0000 Subject: [PATCH] interrupt --- dhwk/source/pci/interrupt.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhwk/source/pci/interrupt.vhd b/dhwk/source/pci/interrupt.vhd index 1c1e6e8..a3709b6 100644 --- a/dhwk/source/pci/interrupt.vhd +++ b/dhwk/source/pci/interrupt.vhd @@ -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)) -- 2.39.2