Timequest進行時序分析的對象paths的描述。
Edge paths:the connections from ports-to-pins, from pins-to-pins, and from pins-to-ports。其中,pins-to-pins連接關系既包括Cell內部的連接(Net),也包括相鄰Cell外部的pins-to-pins連接。
Path通常分為三類:
(1) Clock paths:從Clock Port或內部生成的clock pin到寄存器Cell的時鐘輸入Pin。
(2) Data paths:從輸入Port到寄存器Cell的數據輸入pin,或從寄存器Cell的數據輸出pin到另一個寄存器Cell的數據輸入pin。
(3) Asynchronous paths:從輸入Port到寄存器Cell的異步輸入pin,或從寄存器Cell的數據輸出pin到另一個寄存器Cell的異步輸入pin。 三種path如下圖所示。