BEGIN
-PCI_RSTn <= not pci_rst_o when (pci_rst_oe_o = '1') else 'Z';
-PCI_INTAn <= not pci_inta_o when (pci_inta_oe_o = '1') else 'Z';
-PCI_REQn <= not pci_req_o when (pci_req_oe_o = '1') else 'Z';
-PCI_FRAMEn <= not pci_frame_o when (pci_frame_oe_o = '1') else 'Z';
-PCI_IRDYn <= not pci_irdy_o when (pci_irdy_oe_o = '1') else 'Z';
-PCI_DEVSELn <= not pci_devsel_o when (pci_devsel_oe_o = '1') else 'Z';
-PCI_TRDYn <= not pci_trdy_o when (pci_trdy_oe_o = '1') else 'Z';
-PCI_STOPn <= not pci_stop_o when (pci_stop_oe_o = '1') else 'Z';
+PCI_RSTn <= pci_rst_o when (pci_rst_oe_o = '1') else 'Z';
+PCI_INTAn <= pci_inta_o when (pci_inta_oe_o = '1') else 'Z';
+PCI_REQn <= pci_req_o when (pci_req_oe_o = '1') else 'Z';
+PCI_FRAMEn <= pci_frame_o when (pci_frame_oe_o = '1') else 'Z';
+PCI_IRDYn <= pci_irdy_o when (pci_irdy_oe_o = '1') else 'Z';
+PCI_DEVSELn <= pci_devsel_o when (pci_devsel_oe_o = '1') else 'Z';
+PCI_TRDYn <= pci_trdy_o when (pci_trdy_oe_o = '1') else 'Z';
+PCI_STOPn <= pci_stop_o when (pci_stop_oe_o = '1') else 'Z';
PCI_PAR <= pci_par_o when (pci_par_oe_o = '1') else 'Z';
-PCI_PERRn <= not pci_perr_o when (pci_perr_oe_o = '1') else 'Z';
-PCI_SERRn <= not pci_serr_o when (pci_serr_oe_o = '1') else 'Z';
+PCI_PERRn <= pci_perr_o when (pci_perr_oe_o = '1') else 'Z';
+PCI_SERRn <= pci_serr_o when (pci_serr_oe_o = '1') else 'Z';
MD_PAD_IO <= md_pad_o when (md_padoe_o = '1') else 'Z';
BLA1: FOR i in 31 downto 0 generate
wbm_rty_i => '0',
wbm_err_i => wb_err_o,
pci_clk_i => PCI_CLOCK,
- pci_rst_i => not PCI_RSTn,
+ pci_rst_i => PCI_RSTn,
pci_rst_o => pci_rst_o ,
pci_rst_oe_o => pci_rst_oe_o,
- pci_inta_i => not PCI_INTAn,
+ pci_inta_i => PCI_INTAn,
pci_inta_o => pci_inta_o,
pci_inta_oe_o => pci_inta_oe_o,
pci_req_o => pci_req_o,
pci_req_oe_o => pci_req_oe_o,
- pci_gnt_i => not PCI_GNTn,
- pci_frame_i => not PCI_FRAMEn,
+ pci_gnt_i => PCI_GNTn,
+ pci_frame_i => PCI_FRAMEn,
pci_frame_o => pci_frame_o,
pci_frame_oe_o => pci_frame_oe_o,
pci_irdy_oe_o => pci_irdy_oe_o,
pci_stop_oe_o => pci_stop_oe_o,
pci_ad_oe_o => pci_ad_oe_o,
pci_cbe_oe_o => pci_cbe_oe_o,
- pci_irdy_i => not PCI_IRDYn,
+ pci_irdy_i => PCI_IRDYn,
pci_irdy_o => pci_irdy_o,
pci_idsel_i => PCI_IDSEL,
- pci_devsel_i => not PCI_DEVSELn,
+ pci_devsel_i => PCI_DEVSELn,
pci_devsel_o => pci_devsel_o,
- pci_trdy_i => not PCI_TRDYn,
+ pci_trdy_i => PCI_TRDYn,
pci_trdy_o => pci_trdy_o,
- pci_stop_i => not PCI_STOPn,
+ pci_stop_i => PCI_STOPn,
pci_stop_o => pci_stop_o,
pci_ad_i => PCI_AD,
pci_ad_o => pci_ad_o,
- pci_cbe_i => not PCI_CBEn,
+ pci_cbe_i => PCI_CBEn,
pci_cbe_o => pci_cbe_o,
pci_par_i => PCI_PAR,
pci_par_o => pci_par_o,
pci_par_oe_o => pci_par_oe_o,
- pci_perr_i => not PCI_PERRn,
+ pci_perr_i => PCI_PERRn,
pci_perr_o => pci_perr_o,
pci_perr_oe_o => pci_perr_oe_o,
pci_serr_o => pci_serr_o,