Implementation - 2024.2 English

Vitis Libraries

Document ID
XD160
Release Date
2024-11-29
Version
2024.2 English

The detail algorithm implementation is shown in the following figure:

Figure 1 Top Diagram of SCC Figure 2 Forward-Coloring Diagram in SCC Figure 3 Backward-Labeling Diagram in SCC

In the SCC kernel design, FW-color and BW-Label can be dataflow by sharing some common buffers with multiple independent AXI masters. As a result, these two processes are run at the same time to obtain a better performance.