We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting both EN_HLS=1 and EN_PR=1 leads to a synthesis issue.
Steps to reproduce for Alveo U200 (but I guess it does not work on any platform):
cd hw mkdir build cd build cmake .. -DFDEV_NAME=u200 -DEXAMPLE=hyperloglog -DEN_PR=1 .. make shell compile
The first error in the file lynx/lynx.runs/design_user_wrapper_c0_0_synth_1/runme.log is:
lynx/lynx.runs/design_user_wrapper_c0_0_synth_1/runme.log
ERROR: [Synth 8-439] module 'design_user_hls_c0_0' not found [REDACTED/lynx/hdl/wrappers/config_0/user_wrapper_c0_0.sv:121]
The text was updated successfully, but these errors were encountered:
Hi, is there any progress on this issue, or are there any workarounds to make it functional?
Sorry, something went wrong.
No branches or pull requests
Setting both EN_HLS=1 and EN_PR=1 leads to a synthesis issue.
Steps to reproduce for Alveo U200 (but I guess it does not work on any platform):
The first error in the file
lynx/lynx.runs/design_user_wrapper_c0_0_synth_1/runme.log
is:The text was updated successfully, but these errors were encountered: