logidrom icon indicating copy to clipboard operation
logidrom copied to clipboard

Connect Same Name Input Signals

Open Raffzahn opened this issue 10 years ago • 0 comments

Ist:

Input signals with similar names are not connected: Example:

{ assign:
 ["out",
    ["OR",
      ["AND",  ["INV", "a"], "b"],
      ["NAND", ["INV", "b"], "a"]
    ]
  ]
}

connected1

Soll:

When possible, input signals with same names should be connected. connected2

Basicly this requires extending the schematic to the left by one step for each signal.

This would go well with implementing the extended input signals wavedrom/wavedrom#92

Another issue would be implementing feedback signals (seperate issue to come)

Raffzahn avatar Jul 14 '14 00:07 Raffzahn