E
EDA_hg81
Guest
I mit design, er et lokalt ur genereres af et ur skillevæg, der ser ud som følger:
Citat:
proces (iARM7_CLK)
begynd
if (rising_edge (iARM7_CLK)) then
spiclkcon <= spiclkcon 1;
if (spiclkcon = spiclk_gen) then
spiclkcon <= x "00";
spiclk <= ikke spiclk;
elsif (spiclkcon = x "32" og spiclk = '0 ') then
..
kontrollere data fra ARM7 CLOCK domæne
Citat:
proces (iARM7_CLK)
begynd
if (rising_edge (iARM7_CLK)) then
spiclkcon <= spiclkcon 1;
if (spiclkcon = spiclk_gen) then
spiclkcon <= x "00";
spiclk <= ikke spiclk;
elsif (spiclkcon = x "32" og spiclk = '0 ') then
..
kontrollere data fra ARM7 CLOCK domæne