How to add a wire to connect an HLS kernel and an RTL Kernel in Vitis

0

Hi,

How can we add a wire (or some wires) to connect an HLS kernel and an RTL kernel in Vitis?
I want to use the RTL kernel to read some values in the HLS kernel for debugging. Can we avoid using the "Streaming Connection" which is too much for the simple reads?

Thank you!

Sam

SamTian
質問済み 3年前369ビュー
1回答
0

Hello,

Xilinx strongly recommends the usage of AXI-Stream connections between two kernels, as it is a much safer mechanism and allows more automation by the tools.

It is however possible to use the Vitis "connect" connectivity option to directly and manually connect individual kernel ports. When using this feature, Vitis will not perform any checks. The user is therefore responsible to ensuring the correctness of the specified "connect" option. This is considered an expert feature. You can find more details about this feature in the online documentation:
https://www.xilinx.com/html_docs/xilinx2021_1/vitis_doc/vitiscommandcompiler.html#clt1568640709907__section_gzy_xkc_w4b

回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ