Coyote icon indicating copy to clipboard operation
Coyote copied to clipboard

Fail to compile for example pr_scheduling

Open jedichen121 opened this issue 2 years ago • 0 comments

I'm trying to test the partial reconfiguration feature in Coyote. I've successfully compiled and run the examples bmark_host and bmark_fpga. However, for pr_scheduling it couldn't compile and showed the following error:

**** Synthesis passed
****
**** CERR: ERROR: [Common 17-53] User Exception: No open design. Please open an elaborated, synthesized or implemented design before executing this command.

****
INFO: [Common 17-206] Exiting Vivado at Thu Aug 25 12:05:21 2022...
make[3]: *** [CMakeFiles/compile.dir/build.make:57: CMakeFiles/compile] Error 1
make[2]: *** [CMakeFiles/Makefile2:68: CMakeFiles/compile.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:75: CMakeFiles/compile.dir/rule] Error 2
make: *** [Makefile:118: compile] Error 2

This happened both for Alveo U50 (on Ubuntu 20.04) and Alveo U280 (on Ubuntu 22.04). I'm using Vivado 2021.2. Can you give me some suggestions on how to fix this problem? Thanks a lot!

jedichen121 avatar Aug 25 '22 11:08 jedichen121