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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠