Open ThibautMarty opened 1 year ago
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]
Hi, is there any progress on this issue, or are there any workarounds to make it functional?
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: