Framework providing operating system abstractions and a range of shared networking (RDMA, TCP/IP) and memory services to common modern heterogeneous platforms.
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!
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:
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!