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如下图所示。