- process (PCI_CLOCK,PCI_RSTn) \r
- begin\r
- if PCI_RSTn = '0' then CONF_INT_LINE <= (others =>'0');\r
- \r
- elsif (PCI_CLOCK'event and PCI_CLOCK = '1') then\r
-\r
- if CONF_WR_3CH = '1'and CBE_REGn(0) = '0' then \r
-\r
- CONF_INT_LINE(7 downto 0) <= AD_REG(7 downto 0);\r
- else CONF_INT_LINE(7 downto 0) <= CONF_INT_LINE(7 downto 0);\r
- end if;\r
-\r
- end if;\r
+process (PCI_CLOCK,PCI_RSTn) \r
+begin\r
+ if PCI_RSTn = '0' then\r
+ CONF_INT_LINE <= (others => '0');\r