![]() |
PandA-2024.02
|
The data path describes a register transfer level design analogous to a schematic diagram. The data path is described in terms of modules and their interconnections.
Datapath: The datapath (
) is a graph
where
, whose elements, called modules, are the nodes of the graph, with
of interconnection modules like multiplexers, demultiplexers busses and bus drivers (see src_HLS_datapath_connection_binding_page);
, whose elements are interconnection links. These are the edges of the datapath graph.
1.8.13