Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

net, terminal, signal

$
0
0
Hi, I'd like to change label names including pin names after selecting labels and pins that I want to change. A skill code changing text is done but I should add more lines to change pin names as well because we are using layout XL. I started to think what affects connectivity of layout XL, terminal name or pin name or net name and I'm not sure but I thought terminal name could. Now I am having trouble to change terminal name of pin and I am confused about net, terminal and signal. I have seen net and signal and terminal while writing skill codes but I don't have confidence on these. 1) If I am right that terminal name affects connectivity of layout XL, how can I change terminal name? The way I am approaching is like this below. foreach(sel selectedSet() if(sel~>objType =="rect" then t_netName = sel~>net~>name d_termID = dbFindTermByName(cv t_netName) . . d_termID~>name = t_changed );foreach 2) Can you explain what's the difference of net, terminal and signal? Thanks, Jungyoon

Viewing all articles
Browse latest Browse all 33813

Trending Articles