Intel® High Level Synthesis Compiler Pro Edition: Best Practices Guide

ID 683152
Date 9/23/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.2.5. Datapath

A datapath is a chain of registers and Boolean logic in a digital circuit that performs computations.

For example, the datapath in Pipelining consists of all of the elements shown, from the input register to the last output register.

Memory blocks are outside the datapath and reads and writes to memory are also considered to be outside of the datapath.