embed

Embed an Interactive Circuit in Your Lesson or Blog

TL;DR: Any DigiSim template circuit has a clean iframe URL of the form https://digisim.io/circuits/embed/template/<slug?theme=dark&toolbar=false&interact=true. Drop that into an <iframe in your LMS, blog, or notes app and your readers get...

8 min read
alu

How an ALU Works: Arithmetic Logic Unit from Gates

TL;DR: An Arithmetic Logic Unit (ALU) is a combinational circuit inside a CPU that performs arithmetic operations (addition, subtraction) and bitwise logic operations (AND, OR, XOR, NOT, shifts) on two...

7 min read