majd229
Member level 2
Hello,
I've used a few EDA tools with their TCL commanders in the past and now exploring PrimeTime.... the regular method seems to not work, not sure why. Can someone explain what's happening?
eg:
% get_pins -filter {is_clock_pin}
{"instance_x/pinX", "instance_y/pinY"}
#initialize p as 0...
% set p 0
% foreach p [get_pins -filter {is_clock_pin}] { puts $p }
_sel244
im trying to print each clock pin in that array.. however all i get is "_sel244". Not sure what this means. Can someone help?
Thanks.
I've used a few EDA tools with their TCL commanders in the past and now exploring PrimeTime.... the regular method seems to not work, not sure why. Can someone explain what's happening?
eg:
% get_pins -filter {is_clock_pin}
{"instance_x/pinX", "instance_y/pinY"}
#initialize p as 0...
% set p 0
% foreach p [get_pins -filter {is_clock_pin}] { puts $p }
_sel244
im trying to print each clock pin in that array.. however all i get is "_sel244". Not sure what this means. Can someone help?
Thanks.