PNS settings
Posted xiaoxie2014
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PNS settings相关的知识,希望对你有一定的参考价值。
Before PNS,some settings should be ready:
firstly,make sure that the power/ground nets exist,if not,please load upf file,a typical upf file is shown as below:
After loading upf, the power/ground nets are still not exist yet,because upf is only a guide for pns, so the following command is needed next :
derive_pg_connection -create_net ; ## create nets : DVDD DGND
then use [ get_nets DVDD ] to make sure the DVDD is not of signal type ( Power net & Ground net can only be get by [get_net DVDD -all ] )
|-----------------------------------|
以上是关于PNS settings的主要内容,如果未能解决你的问题,请参考以下文章