circuitjs1 icon indicating copy to clipboard operation
circuitjs1 copied to clipboard

[BUG] Some inputs do not appear in subcircuit

Open arashhabibi opened this issue 1 year ago • 1 comments

Good evening, The 18_bug.txt circuit has two inputs and two outputs. But when I try to make a subcircuit out of it, the instr1 input does not appear. But if I remove the second output (enC) as in 18_nobug.txt, the instr1 input appears again in the subcircuit. Thanks for your help A.H.

18_bug.txt 18_nobug.txt

arashhabibi avatar Jun 04 '24 19:06 arashhabibi

hmm, this is because enC and instr1 are the same node (they are connected with wires). The workaround is to separate them with a small resistor.

pfalstad avatar Jun 04 '24 19:06 pfalstad