I have a question about drawing logic circuits. How to draw these dots and two lines from the dot to nand logic gate?
I just need the part of code where you draw simple line dot line with easy solution to connect between logic gates not the whole code generating this image.
\draw (A |- (nand.input 1) %dot% -- (nand.input1);
