Calypso382
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 3
-
已编辑于 cmake adding -xc++ flag to custom compiler (Xilinx Vitis)
已回答I'm trying to use cmake to generate a build for Xilinx FPGA HLS (C++) code. This requires using Xilinx's version of the C++ compiler, v++. In my CMakeLists.txt, I have set(CMAKE_CXX_COMPILER $ENV{X... -
已编辑于 Code insight not finding include files for custom target
已回答I'm using cmake with clion to develop a heterogeneous application (running on CPU and FPGA accelerator) as single project. Both the host-side (CPU) and device-side (FPGA) code must be built with co... -
已编辑于 CLion: All keyboard shortcuts disabled after update
I just updated from CLion 2.5 to 3.0 and all keyboard shortcuts are now disabled. I can pull down the various menus and see the shortcut mappings displayed, but they are all grayed out. I go to Set...