Rising, falling edge

A

ALuPin

Hi everybody,

in the Lattice EC/ECP-handbook there is shown on page 61
tCK2Q_PFU (Clock to Q delay, D-type register configuration)=0.43ns

Is that the Clock-To-Output time of an internal FPGA register (not IOs)?


Do arise any problems with tCO of the first stage when trying the following:

process(Clk)
begin
if rising_edge(Clk) then
l_sample1 <= Data;
end if;
end process;

process(Clk)
begin
if falling_edge(Clk) then
l_sample2 <= l_sample1;
end if;
end if;

Is there a problem with tCO of l_sample1 that is "l_sample2" samples "l_sample1"
although "l_sample1" has not changed yet ? (TClk=7,5ns)


Rgds
André
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top