From 79de9a8ac035589f97f62a57ad7a9a5f30d7877f Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 11 Mar 2007 12:32:35 +0000 Subject: [PATCH] IDSEL --- dhwk/source/pci/top.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dhwk/source/pci/top.vhd b/dhwk/source/pci/top.vhd index e16f512..01c30b6 100644 --- a/dhwk/source/pci/top.vhd +++ b/dhwk/source/pci/top.vhd @@ -252,7 +252,7 @@ begin SERIAL_IN <= SERIAL_OUT; SPC_RDY_IN <= SPC_RDY_OUT; LED_2 <= not PCI_RSTn; - LED_3 <= PCI_IDSEL; + LED_3 <= not PCI_IDSEL; LED_4 <= not PCI_FRAMEn; LED_5 <= not watch_PCI_INTAn; PCI_INTAn <= watch_PCI_INTAn; @@ -263,6 +263,7 @@ begin 3 => S_FIFO_READn, 4 => S_FIFO_WRITEn, 5 => PCI_RSTn, + 6 => PCI_IDSEL, 16 => PCI_AD(0), 17 => PCI_AD(1), 18 => PCI_AD(2), -- 2.39.2