R
raullim7
i have a signal and i implement it to be an inversion of the clock
pulse after a 2.5ns delay.
" S1 <= NOT(CLK);
CLK2 <= S1 after 2.5 ns; "
S1 is the signal, CLK is the master clock, and CLK2 is an out pin
which i will route it back to another pin to use it as another input
clock.
my question is, i am assigning S1 to CLK2 after a 2.5ns delay. may i
know if the delay that i will actually get from this statement is 2ns
or 2.5ns, that is, ignoring the delta delay that will be incurred by
assigning the signal.
thanks
pulse after a 2.5ns delay.
" S1 <= NOT(CLK);
CLK2 <= S1 after 2.5 ns; "
S1 is the signal, CLK is the master clock, and CLK2 is an out pin
which i will route it back to another pin to use it as another input
clock.
my question is, i am assigning S1 to CLK2 after a 2.5ns delay. may i
know if the delay that i will actually get from this statement is 2ns
or 2.5ns, that is, ignoring the delta delay that will be incurred by
assigning the signal.
thanks