BYUCamachoLab/simphony

No way of identifying external connections when scripting with Simphony

sequoiap opened this issue · 1 comments

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.

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.