Implementation - 2025.1 English

Vitis Libraries

Release Date
2025-06-04
Version
2025.1 English

The implementation is shown in the following figure:

renumber design

The kernel does the following steps:

  1. Set Uram: Load the original cids of the graph and scan vertices to set URAM. If vertex’s cid appears first, the flag on URAM is written true. Otherwise, the flag is written false.
  2. Lookup HBM: Lookup HBM to get new cid that have been written success, put it into stream. If the cid hasn’t written success, the cid is put as a waiting buffer. The buffer is a first-in first-out circular cache and read it regularly.
  3. Updated HBM: Scan stream to get new cid and write back to HBM.