if PCI_RSTn = '0' then
CONF_BAS_ADDR_REG(31 downto 4) <= (others =>'0');
- elsif (PCI_CLOCK'event and PCI_CLOCK = '1') then
+ elsif (rising_edge(PCI_CLOCK)) then
if CONF_WR_10H = '1'and CBE_REGn(3) = '0' then
CONF_BAS_ADDR_REG(31 downto 24) <= AD_REG(31 downto 24);