|
发表于 2011-4-18 14:38:58
|
显示全部楼层
Please use the flow command to capture the parasitical capactior of your interesting net:
grep AAA XXX.spf | grep "^[cC]" | awk '{printf "%-10s %30s %30s %20s\n",$1,$2,$3,$4}'
AAA is the net name you interested in
XXX.spf is the LPE netlist with parasitical capacitor or resistor
cC is the keyword of capacitor or resistor |
|