CONF_STATUS(30) <= '0';
CONF_STATUS(31) <= '0';
- elsif (PCI_CLOCK'event and PCI_CLOCK = '1') then
+ elsif (rising_edge(PCI_CLOCK)) then
if CONF_WR_04H = '1' and CBE_REGn(3) = '0' then
CONF_STATUS(30) <= not (AD_REG(30) and CONF_STATUS(30));
CONF_STATUS(31) <= not (AD_REG(31) and CONF_STATUS(31));
CONF_COMMAND(15 downto 8) <= (others =>'0');
CONF_COMMAND( 6 downto 0) <= (others =>'0');
- elsif (PCI_CLOCK'event and PCI_CLOCK = '1') then
+ elsif (rising_edge(PCI_CLOCK)) then
if CONF_WR_04H = '1'and CBE_REGn(1) = '0' then
CONF_COMMAND(15 downto 8) <= AD_REG(15 downto 8);