Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable sw_emu on Vitis HLS v2021.2 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Enable sw_emu on Vitis HLS v2021.2 #3

wants to merge 2 commits into from

Conversation

ueqri
Copy link
Collaborator

@ueqri ueqri commented Mar 19, 2022

Summary of making sw_emu work, based on the HLS hardware codes of last release f35c82a:

  • Use ap_axiu for AXI-4 stream in kernel interface, and self-defined VEC_AXIS_T for FIFO inside kernel respectively
  • Modify stream duplicator & merger to transform between ap_axiu(external stream port) and VEC_AXIS_T(internal stream FIFO)
  • Remove exit condition in kernel k2k_relay, to support multiple tests in host program

The implementation is tested on Vitis HLS v2021.2, targeting platform Xilinx Alveo U280.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant