热度 1| |||
extractRC 命令用于抽取RC,可以在每次的timing analysis之前使用
setExtractRCMode -engine {preRoute | postRoute} -effortLevel { low | medium | high | signoff }用于对抽取命令的设置选项。越低的等级,速度越快,精度越小
l -engine preRoute 当design在nanoRoute 中没有到detail route的时候,使用-preRoute选项,将快速完成抽取,不报耦合。
l -engine postRoute 当detail route之后使用此选项,报耦合
setExtractRCMode -effortLevel
l low -调用native detailed extraction engine,与指定-engine postRoute相同
l medium- 调用 Turbo QRC (TQRC) extraction engine。存在Quantus techfiles时,TQRC是65nm节点及以下节点的默认抽取引擎。
l high- 调用Integrated QRC (IQRC) extraction engine。IQRC有更强的性能和精度,建议在ECO之后使用。
l signoff -调用Standalone Quantus QRC extraction engine。提供了最高的精度。
如图,说明,在65nm以上,
有cap的情况下,有无Quantus Techfile 都使用的是detailed extraction engine
无cap的情况下,用的是TQRC,因此是否说明没有cap文件的时候抽取精度更高呢?