LOGIC LAB · TEMPLATES

电路模板

专业的电路模板,加速您的数字逻辑设计工作流程

逻辑基础

组合逻辑

1-Bit Full Adder Component circuit diagram

1-Bit Full Adder Component

Single full adder component with carry input and output. Foundation for multi-bit arithmetic circuits.

Beginner 组合逻辑
1-Bit Half Adder circuit diagram

1-Bit Half Adder

Template: Template: 1-Bit Half Adder - Fundamental 1-bit addition using XOR and AND gates with digit display. Learn basic binary arithmetic and carry generation.

Beginner 组合逻辑
1-to-2 Demultiplexer circuit diagram

1-to-2 Demultiplexer

Basic demultiplexer routing one input to two outputs. Learn data distribution and addressing concepts.

Beginner 组合逻辑
2-to-1 Multiplexer circuit diagram

2-to-1 Multiplexer

Basic 2-input multiplexer with select control. Foundation for data selection and routing circuits.

Beginner 组合逻辑
2-to-4 Decoder circuit diagram

2-to-4 Decoder

Two-bit decoder creating four output lines. Learn address decoding for memory and device selection.

Beginner 组合逻辑
Binary to Gray Code Converter circuit diagram

Binary to Gray Code Converter

Converts a 4-bit binary number to Gray code, where consecutive values differ by exactly one bit. Each Gray bit is an XOR of adjacent binary bits.

Beginner 组合逻辑
Half Adder Component Demo circuit diagram

Half Adder Component Demo

Half adder component demonstration with digit displays. Introduction to packaged arithmetic components in digital design.

Beginner 组合逻辑
Half Subtractor circuit diagram

Half Subtractor

Subtracts one bit from another, producing a Difference bit and a Borrow bit. The complement of the half adder.

Beginner 组合逻辑
1-to-4 Demultiplexer circuit diagram

1-to-4 Demultiplexer

Four-output demultiplexer with address selection. Demonstrates address decoding and data distribution.

Intermediate 组合逻辑
2-Bit Binary Adder circuit diagram

2-Bit Binary Adder

Two-bit binary addition with carry propagation. Demonstrates multi-bit arithmetic using basic gates and carry chain.

Intermediate 组合逻辑
2-Bit Full Adder Chain circuit diagram

2-Bit Full Adder Chain

Two-bit full adder with carry propagation. Learn how full adders chain together for multi-bit arithmetic.

Intermediate 组合逻辑
3-to-8 Decoder circuit diagram

3-to-8 Decoder

Three-bit decoder with eight outputs. Advanced address decoding for larger memory and I/O systems.

Intermediate 组合逻辑
4-Bit Magnitude Comparator circuit diagram

4-Bit Magnitude Comparator

Compares two 4-bit numbers A and B and asserts one of three outputs: A greater than B, A equals B, or A less than B.

Intermediate 组合逻辑
4-to-1 Multiplexer circuit diagram

4-to-1 Multiplexer

Four-input multiplexer with 2-bit selection. Learn multi-input data routing and selection logic.

Intermediate 组合逻辑
4-to-2 Priority Encoder circuit diagram

4-to-2 Priority Encoder

Four-input priority encoder creating 2-bit output. Learn data compression and priority encoding schemes.

Intermediate 组合逻辑
Binary Number Analyzer circuit diagram

Binary Number Analyzer

Multi-gate circuit analyzing 3-bit binary numbers. Uses NOT, AND, OR, and XOR gates to detect patterns and properties in binary data.

Intermediate 组合逻辑
Digital Lock Security System circuit diagram

Digital Lock Security System

Advanced security system using NOT and AND gates. Specific combination required to unlock. Demonstrates complex boolean logic implementation.

Intermediate 组合逻辑
Full Adder with Carry circuit diagram

Full Adder with Carry

Full adder circuit using half adders and OR gate. Learn carry input handling and full arithmetic operations.

Intermediate 组合逻辑
Full Subtractor circuit diagram

Full Subtractor

Subtracts two bits and an incoming borrow, producing a Difference and an outgoing Borrow. Chains to build multi-bit subtractors.

Intermediate 组合逻辑
Parity Generator and Checker circuit diagram

Parity Generator and Checker

Generates an even-parity bit for 4 data bits with an XOR tree, then checks a received parity bit for single-bit transmission errors.

Intermediate 组合逻辑
Smart Robot Decision Logic circuit diagram

Smart Robot Decision Logic

Complex decision-making circuit using multiple gate types. Robot logic with sensors, NOT gates, AND gates, and OR gates for intelligent behavior.

Intermediate 组合逻辑
TV Channel Selector MUX circuit diagram

TV Channel Selector MUX

4-to-1 multiplexer selecting TV channels. Learn data routing and selection using multiplexer logic for real-world applications.

Intermediate 组合逻辑
1-to-8 Demultiplexer circuit diagram

1-to-8 Demultiplexer

Eight-output demultiplexer with 3-bit address selection. Advanced data routing for complex systems.

Advanced 组合逻辑
3-Bit Binary Adder circuit diagram

3-Bit Binary Adder

Complex 3-bit adder with full carry propagation. Advanced arithmetic circuit demonstrating cascaded carry logic.

Advanced 组合逻辑
8-to-1 Multiplexer circuit diagram

8-to-1 Multiplexer

Eight-input multiplexer with 3-bit selection. Complex data routing for advanced digital systems.

Advanced 组合逻辑
8-to-3 Priority Encoder circuit diagram

8-to-3 Priority Encoder

Eight-input priority encoder with 3-bit output. Advanced data compression and interrupt handling concepts.

Advanced 组合逻辑
Complex Logic Circuit Demo circuit diagram

Complex Logic Circuit Demo

Advanced multi-gate circuit using XNOR, AND, and various constants. Complex boolean logic implementation for advanced learners.

Advanced 组合逻辑

存储系统

4-Bit Binary Counter circuit diagram

4-Bit Binary Counter

Template: Template: 4-Bit Binary Counter - Interactive 4-bit binary counter with visual output lights. Learn binary counting sequences and clock-driven operation. Count from 0 to 15 in binary.

Beginner 存储系统
4-Bit PIPO Register circuit diagram

4-Bit PIPO Register

A parallel-in parallel-out register: four D flip-flops sharing a clock capture four input bits simultaneously and hold them.

Beginner 存储系统
4-Bit Counter with Display circuit diagram

4-Bit Counter with Display

4-bit counter with digital display and oscilloscope timing. Learn counter operation and numerical display systems.

Intermediate 存储系统
4-Bit Johnson Counter circuit diagram

4-Bit Johnson Counter

A twisted-ring counter: the inverted output of the last flip-flop feeds the first, producing eight unique states from four flip-flops.

Intermediate 存储系统
4-Bit Register with Clock circuit diagram

4-Bit Register with Clock

Basic 4-bit register with parallel load and clock. Foundation for data storage in digital systems with timing analysis.

Intermediate 存储系统
4-Bit Ring Counter circuit diagram

4-Bit Ring Counter

Four D flip-flops in a loop. The Preset input loads a single 1 (state 1000); each clock pulse then shifts that 1 around the ring, giving a one-hot sequence.

Intermediate 存储系统
4-Bit Shift Register circuit diagram

4-Bit Shift Register

This circuit is a 4-bit Serial-In, Parallel-Out (SIPO) Shift Register. Its primary function is to take a stream of data one bit at a time (serially) and store it. Once the data is stored in the register, all four bits can be read simultaneously (in parallel). It essentially converts data from a serial format to a parallel format

Intermediate 存储系统
4-Bit Shift Register SISO circuit diagram

4-Bit Shift Register SISO

Serial-in, serial-out shift register with oscilloscope. Learn data shifting and serial communication concepts.

Intermediate 存储系统
Register Load Control Demo circuit diagram

Register Load Control Demo

Register with load control and multiplexed input selection. Learn conditional data loading and register control signals.

Intermediate 存储系统
T Flip-Flop Frequency Divider circuit diagram

T Flip-Flop Frequency Divider

Toggle flip-flop chain creating frequency division. Learn how T flip-flops divide clock frequencies for timing circuits.

Intermediate 存储系统
3-Bit Up/Down Counter circuit diagram

3-Bit Up/Down Counter

A synchronous 3-bit counter that counts up or down depending on a direction input. T flip-flops toggle under combinational steering logic so all bits change on the same clock edge.

Advanced 存储系统
4-Bit PISO Shift Register circuit diagram

4-Bit PISO Shift Register

Loads four bits in parallel (Load = 1) then shifts them out one bit per clock on a single serial line (Load = 0). The parallel-in serial-out converter at the heart of serial transmitters.

Advanced 存储系统
8-Bit Counter with Controls circuit diagram

8-Bit Counter with Controls

8-bit counter with load, enable, and clear controls. Advanced counter operations with dual display outputs.

Advanced 存储系统
8-Bit SIPO Shift Register circuit diagram

8-Bit SIPO Shift Register

8-bit serial-in, parallel-out shift register with dual oscilloscope. Advanced serial-to-parallel data conversion.

Advanced 存储系统
Basic RAM Memory System circuit diagram

Basic RAM Memory System

RAM memory with program loader and clock control. Introduction to random access memory operation and addressing.

Advanced 存储系统
Modulo-N Counter with Reset circuit diagram

Modulo-N Counter with Reset

Programmable modulo-N counter with reset logic. Learn custom counting sequences and counter design techniques.

Advanced 存储系统
RAM with Address Control circuit diagram

RAM with Address Control

Enhanced RAM system with address and data control switches. Advanced memory operations and data storage concepts.

Advanced 存储系统
Register Data Transfer System circuit diagram

Register Data Transfer System

Complex register-to-register data transfer with multiplexers. Learn data bus operations and register file management.

Advanced 存储系统

CPU 组件

4-Bit ALU Demonstration circuit diagram

4-Bit ALU Demonstration

Complete 4-bit ALU performing arithmetic and logic operations. Advanced combinational circuit for CPU design.

Advanced CPU 组件
8-Bit ALU System circuit diagram

8-Bit ALU System

Professional 8-bit ALU with multiple operation modes. Complex arithmetic and logic unit for advanced processor design.

Advanced CPU 组件
8-Bit Serial Transmitter Receiver circuit diagram

8-Bit Serial Transmitter Receiver

Complete serial communication system with transmit and receive shift registers. Learn UART-style data transmission.

Advanced CPU 组件
CPU Flags Register circuit diagram

CPU Flags Register

Processor flags register with condition code inputs. Learn status flag operation in CPU design and condition testing.

Advanced CPU 组件
Intel 4004 — World's First Microprocessor circuit diagram

Intel 4004 — World's First Microprocessor

A working 4-bit microprocessor in the spirit of the 1971 Intel 4004 — the world's first single-chip CPU. A real stored program (4 × 3 by repeated addition) flows through FETCH → DECODE → EXECUTE → STORE on three tri-state buses, and a dedicated product display steps a clean 0 → 4 → 8 → 12 before the machine halts.

Advanced CPU 组件
ROM Memory Demonstration Circuit circuit diagram

ROM Memory Demonstration Circuit

Interactive ROM memory demonstration circuit featuring sequential address generation with an 8-bit Program Counter, binary counting display (0-15), and control signal testing for Chip Select (CS) and Output Enable (OE). Ideal for learning memory addressing, tri-state logic, and active-LOW control signals.

Advanced CPU 组件
Sequential Instruction Executor circuit diagram

Sequential Instruction Executor

Basic CPU with program counter, ROM, and instruction register. Learn instruction fetch and execution cycles in processor design.

Advanced CPU 组件