Quantcast
Channel: Cadence Custom IC Skill Forum
Viewing all articles
Browse latest Browse all 5066

retrieve the net name connected to pcell symbol

$
0
0

Hi 

I have pcell symbol. I would like to invoke callback "update_net_prop" when a CDF parameter of this pcell instance is updated. The callback would change the property of the net connected  to the terminal of this pcell instance. How do I retrieve the net name connected to the terminal of this pcell instance ?

cdfCreateParam( cdfId
?name "padNum"
?prompt "Number of ports"
?defValue 1
?type "int"
?display "artParameterInToolDisplay('padNum)"
 ?callback "update_net_prop()"
)

Thanks,

ManChak


Viewing all articles
Browse latest Browse all 5066

Trending Articles