Structure - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
Use the merge join of ascend tables as an example:
Merge Join Structure

Every clock cycle, compare the keys from left and right tables:

  • If the keys are not the same, pull the stream with a smaller key and no output.
  • If the keys are the same, pull the right stream and push the keys and payloads to the output stream.