Quantcast
Channel: Cadence Technology Forums
Viewing all articles
Browse latest Browse all 63273

Forum Post: How to highlight the net which does not contains the alphanumeric number in the pins?

$
0
0
Hi All, In my design has two components COMP1 and COMP2 . COMP1 pin number is only number (1,2,3..) . COMP2 pin number is only alphanumeric(A1,A2...) . i want to find out the net which is connected to only COMP1. How to highlight the net which does not contains the alphanumeric number in the net pins? procedure( _nname() axlSetFindFilter(?enabled list("noall")) axlSetFindFilter(?enabled "Nets" ?onButtons "Nets") axlSelect() net = car(axlGetSelSet()) foreach(branch, net ->branches foreach(child, branch ->children when(child ->objType == "pin" pins= cons(child, pins) ) pin_nums = () foreach(one pins pin_num = one->number pin_nums = cons(pin_num pin_nums) ) ) ) ) *pin_nums = ( "458" "H5" "1" "71" "76" "79" "84" "86" "90" "95" "98" "103" "108" "113" "116" "121" "127" "132" "135" "140" " K1 " ) Regards, karthik

Viewing all articles
Browse latest Browse all 63273

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>