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