projects
/
raggedstone
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
eth_cop
[raggedstone]
/
dhwk
/
source
/
pci
/
address_register.vhd
diff --git
a/dhwk/source/pci/address_register.vhd
b/dhwk/source/pci/address_register.vhd
index 99360c5f65d419438adaa9dd7297a781f60ae2a7..56c480eb2087d0c92e211c94a3a399764eec05b2 100644
(file)
--- a/
dhwk/source/pci/address_register.vhd
+++ b/
dhwk/source/pci/address_register.vhd
@@
-25,7
+25,7
@@
begin
if PCI_RSTn = '0' then
REG_ADDR <= X"00000000";
if PCI_RSTn = '0' then
REG_ADDR <= X"00000000";
- elsif (
PCI_CLOCK'event and PCI_CLOCK = '1'
) then
+ elsif (
rising_edge(PCI_CLOCK)
) then
if LOAD_ADDR_REG = '1' then
REG_ADDR <= AD_REG;
else
if LOAD_ADDR_REG = '1' then
REG_ADDR <= AD_REG;
else
Impressum
,
Datenschutz