回复 94# stone101  
   Implicit EXCLUDE (ignore) pins areautomatically defined by CTS on:-Non-clock input pins of sequential cells (D, Set, Reset, etc) -output ports -Pins of combinational cells withoutany fanout or withdisabled timing arcs 
-Pins with 3-state enable arc 
-Select/Control pin of mux used inthe data path 
-Input pin of pre-existing gate, ifall pins in its fanout are exclude pins 
-Incorrectly defined clock pins (missing or incorrect pin definition in thestandard cell or macro cell FRAM view) -Clock pins without trigger edge info 
-Clock pins without a timing arc tothe corresponding output pin 
-Buffer or invert input that are held constant(by using set_case_analysis) 
 
 
以上信息来自synopsys公司。 
 
 
至于你说的设置为stop pin的部分,这个需要看你的设计要求,可以从前端人员那里得到对时钟树的要求,然后进行设定。 
比如 output ports。 |