Default net names are not same as Label, resulting in nets formatted in style of "/net4"
Jetsama opened this issue · 2 comments
Jetsama commented
Net names are not set by Morpheus. Instead, the nets are called "/net0" or "/net74" rather than "/VCC" or "/VPLUS".
- Default to the net being the same as the label
- Allow override if found necessary via "net" and "label"
Jetsama commented
Fixed net name aliasing by editing the equation in the Terminal class.
ws.sch.CreateWireLabel(cv, mywire[0], [position[0][0] + 0.0325,position[0][1] + 0.05], inst.label.format(**self.dictionary), "upperLeft", "R90", "stick", 0.0625, False)
Issues to resolve still:
- The DUT still has default net labels.