Logic Circuit Simulator
DIGITAL LOGIC EDUCATION

Web-Based Logic Circuit Simulator

Build, simulate and study digital logic circuits in your browser.

Get Started Login

AND Gate

Y=A·B

OR Gate

Y=A+B

NOT Gate

Y=¬A

NAND Gate

Y=¬(A·B)

NOR Gate

Y=¬(A+B)

XOR Gate

Y=A⊕B

XNOR Gate

Y=¬(A⊕B)