X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/899cd331b2b9816cfd09202e80717ca4016f0dd2..e687cadb7cace489b9920e045cd19ceb2ae8b01d:/dhwk/source/pci/config_10h.vhd diff --git a/dhwk/source/pci/config_10h.vhd b/dhwk/source/pci/config_10h.vhd index ad55b17..4660c6f 100644 --- a/dhwk/source/pci/config_10h.vhd +++ b/dhwk/source/pci/config_10h.vhd @@ -38,7 +38,7 @@ begin 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);