-
|
Hi
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
What example are you trying to build? You can start with the "static" example by passing -DEXAMPLE=static. You should also pass the appropriate device name, e.g. u55c. After those have been set correctly, and assuming you are in the folder examples_hw/build_hw, The other examples can be found here: https://github.com/fpgasystems/Coyote/blob/master/examples_hw/CMakeLists.txt |
Beta Was this translation helpful? Give feedback.
What example are you trying to build? You can start with the "static" example by passing -DEXAMPLE=static. You should also pass the appropriate device name, e.g. u55c. After those have been set correctly, and assuming you are in the folder examples_hw/build_hw,
make projectshould work without any problems.The other examples can be found here: https://github.com/fpgasystems/Coyote/blob/master/examples_hw/CMakeLists.txt