Skip to content

.netlist syntax should support declaring "connection name"s in value field #93

Description

@ceremcem

Currently .netlist syntax require named connections to be defined in the key field:

netlist:
  "gnd": "a.1 b.2"
  "5v": "a.2 k.5"
  1: "c.2 5v"

It must support the following variations:

netlist:
  "gnd": "a.1 b.2"
  1: "c.2 5v a.2"
  "k.5": "5v"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions