Simple Logic Gates

How do I add simple logic gates like AND, OR, NOR, NAND and then how do I add inputs and output, where I can toggle the inputs (1 or 0) to get output (1 or 0)?
Thanks a lot

KICad isn’t interactive logic simulator. You should rather look for a dedicated program for this, like Multimedia Logic for example.

Of course having valid logic desing you can redraw it using standard TTL 74xx or CMOS 4xxx devices to impmlement it “in real world” on the Printed Circuit Board you designed with KiCad.

2 Likes

LogiSim is a good free logic simulator
http://www.cburch.com/logisim/index.html

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.