Visible to Intel only — GUID: mpz1568341705106
Ixiasoft
Visible to Intel only — GUID: mpz1568341705106
Ixiasoft
A.2.1. System Viewer
The System Viewer is an interactive view of your system as a hierarchy of block diagrams of how the compiler constructed your component. These diagrams can help you understand how data flows through your component.
Access system-, function-, block-, and cluster-level views of your component by selecting Views > System Viewer in the High Level Design Reports menu.
The System Viewer represents your component and tasks as a system of functions. Each function is divided into a set of blocks. Inside each block is a set of non-branching instructions that covers your code and the compiler loop orchestration optimization. The connections between blocks show the execution flow of your component.
To save the amount of control handshaking infrastructure needed when synthesizing your design, the Intel® HLS Compiler Pro Edition groups instructions within a block into groups called clusters. For more information about clusters, refer to "Clustering the Datapath" in the Intel® HLS Compiler Best Practices Guide .
A branch node indicates the next block to go to and the condition required to go to that block.
The System Viewer is divided into two main panes: Graph List and Graph View. Clicking on different entries in the Graph List shows you different views of your component.
Clicking on an element displays details about the element in the Details pane below Graph List and Graph Viewer panes and highlights connections to and from the element.
You can control the zoom of the diagram in the Graph Viewer pane using your mouse scroll wheel or equivalent touchpad gesture.