[Xcircuit-dev] malformed tcl list?

John Daniel Barry john.barry at tyndall.ie
Thu Jan 8 05:11:06 PST 2009


Hi Tim,

I am using Xcircuit 3.6.130.

I execute the following on a selected label object.

++++++++++++++++++++++++++++++++++++++++++++++++++++++

(test) 57 % set position [label position]
{300 0}
(test) 58 % xcircuit::instance make in_pin $position
list must contain x y positions
(test) 59 % 

++++++++++++++++++++++++++++++++++++++++++++++++++++++

It seems the list returned by [label position] command is malformed. 

I workaround this by extracting the x & y  from $position and making a
new list variable using "list" command it works.

Best Regards
John




More information about the Xcircuit-dev mailing list