Implemention - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

The detail algorithm implemention is shown as the figure below:

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 will be run at the same time to obtain a better performance.