]> git.zerfleddert.de Git - raggedstone/blobdiff - dhwk/source/pci/cont_fsm.vhd
rollback
[raggedstone] / dhwk / source / pci / cont_fsm.vhd
index 7ebd4c0ca2bf72c6aeefe8ee11c87c2da6898403..4600784de3573369f390fa805c8b82ccd4f803f9 100644 (file)
@@ -88,7 +88,7 @@ begin
         begin
                 if PCI_RSTn = '0' then CONTROL_STATE <= ST_IDLE;
 
-        elsif (rising_edge(PCI_CLOCK)) then
+        elsif (PCI_CLOCK'event and PCI_CLOCK = '1') then
 
                 case CONTROL_STATE is
                 when ST_IDLE =>
Impressum, Datenschutz