Skip to content
Datapath
EntityQ1633673· pop 12· linked from 199 articles

A data path is a collection of functional units such as arithmetic logic units (ALUs) or multipliers that perform data processing operations, registers, and buses. Along with the control unit it composes the central processing unit (CPU). A larger data path can be made by joining multiple data paths using multiplexers.

~2 min read

Article

2 sections
Contents
  • Finite-state machine with data path
  • References

A data path is a collection of functional units such as arithmetic logic units (ALUs) or multipliers that perform data processing operations, registers, and buses. Along with the control unit it composes the central processing unit (CPU). A larger data path can be made by joining multiple data paths using multiplexers.

A data path is the ALU, the set of registers, and the CPU's internal bus(es) that allow data to flow between them.

Connections

Categories