No way of identifying external connections when scripting with Simphony
sequoiap opened this issue · 1 comments
sequoiap commented
KLayout integration works because a visual map of port locations is shown to the user. However, in a scriptable sense, we don't know which ports and which nets got assigned to which components. There needs to be some method of identifying or printing out where the external connections are.
sequoiap commented
Perhaps we can make the __repr__
of a netlist print a list of its components and their net numbers so you can cross-reference them and see which components ended up with which external port number.