Skip to content
Julian Kemmerer edited this page Oct 22, 2022 · 31 revisions

WORK IN PROGRESS


This page will describe the current state of PipelineC+Xilinx Vitis integration.

The files discussed here are in the PipelineC repo at examples/vitis_import.


Begins with Bartus's work in https://github.com/JulianKemmerer/PipelineC/pull/127

These scripts are used to generate Vitis HLS IP's that transfer data to/from PipelineC generated IP. Streaming interfaces are used as communication channel. PipelineC IP is packaged as .XO and connected with Vitis at linking stage.

Clone this wiki locally