Building the hbm_bandwidth example, either as is, with 8 CU, or with only 2 CU, seems to fail to meet timing on the Alveo U280 accelerator card using SDAccel 2019.1. The log file is provided below. Perhaps this happens because I am using an ES1 device? The hbm_simple example worked with no issues though.
runme.log
Based on XOCC docs the clock uncertainty can be adjusted with the option:
--xp prop:solution.kernel_compiler_margin=0.1
Appending this option to CLFLAGS in the makefile fixed the problem.
Building the hbm_bandwidth example, either as is, with 8 CU, or with only 2 CU, seems to fail to meet timing on the Alveo U280 accelerator card using SDAccel 2019.1. The log file is provided below. Perhaps this happens because I am using an ES1 device? The hbm_simple example worked with no issues though. runme.log
Please advice. Thank you!