X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/899cd331b2b9816cfd09202e80717ca4016f0dd2..e687cadb7cace489b9920e045cd19ceb2ae8b01d:/dhwk/source/pci/config_3Ch.vhd diff --git a/dhwk/source/pci/config_3Ch.vhd b/dhwk/source/pci/config_3Ch.vhd index 2c79f4f..00d93eb 100644 --- a/dhwk/source/pci/config_3Ch.vhd +++ b/dhwk/source/pci/config_3Ch.vhd @@ -47,7 +47,7 @@ begin if PCI_RSTn = '0' then CONF_INT_LINE <= (others => '0'); - elsif (PCI_CLOCK'event and PCI_CLOCK = '1') then + elsif (rising_edge(PCI_CLOCK)) then if CONF_WR_3CH = '1'and CBE_REGn(0) = '0' then CONF_INT_LINE(7 downto 0) <= AD_REG(7 downto 0); end if;