Electronic – Latency time for logic gates

latencylogic-gatessystem-verilogverilog

today I learn about latency especially Tpdhl (high to low) and Tpdlh (low to high).

My question is, let's suppose a gate has Tpdhl=8 and Tpdlh=6 so how much time it will take to process the input if it was uninitialised at first?

Does that rely on the input if it's 0 or 1? please help me

Best Answer

These delays assume a known state. There is no such thing as an uninitialized in real hardware, but if you are asking how simulation in Verilog/SystemVerilog interprets it; X→1 is a rise, X→0 is a fall.