]> git.zerfleddert.de Git - raggedstone/blobdiff - dhwk/source/pci/comm_dec.vhd
rollback
[raggedstone] / dhwk / source / pci / comm_dec.vhd
index 2cd7bebb7ef2b13f25ab019c7f8efe19a2f3c0f0..c28d22224dd8631f0a2c758f15e2e4176e9302b3 100644 (file)
@@ -89,7 +89,7 @@ begin
         process (PCI_CLOCK, PCI_RSTn)
         begin
                 if PCI_RSTn = '0' then FRAME_REG_REGn <= '1';
-        elsif (rising_edge(PCI_CLOCK)) then
+        elsif (PCI_CLOCK'event and PCI_CLOCK = '1') then
 
                 FRAME_REG_REGn <= FRAME_REGn;
 
Impressum, Datenschutz