cascode-labs/morpheus

Default net names are not same as Label, resulting in nets formatted in style of "/net4"

Jetsama opened this issue · 2 comments

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"

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.

0dd1a32

Re-open #25 as no longer bug but potential feature.