X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/0c81dc03729a06b725c12c2d39632f5749eee02c..aca9163e335d29dba60cbd797ee946408070cf4f:/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);