File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ project(hlslib)
6
6
option (HLSLIB_ENABLE_TESTING
7
7
"Enable CTest when built as a standalone CMake project." ON )
8
8
option (HLSLIB_BUILD_DOCUMENTATION
9
- "Build Doxygen documentation when built as a standalone CMake project." ON )
9
+ "Build Doxygen documentation when built as a standalone CMake project." OFF )
10
10
11
11
# Include custom Find<Module>.cmake scripts to enable searching for
12
12
# Vitis/SDx/SDAccel and Intel FPGA OpenCL.
Original file line number Diff line number Diff line change 1
1
# User options
2
2
set (HLSLIB_PART_NAME "xcvu9p-flgb2104-2-i" CACHE STRING "Part name for HLS." )
3
- set (HLSLIB_DSA_NAME "xilinx_vcu1525_dynamic_5_1 " CACHE STRING "DSA string for v++/xocc." )
3
+ set (HLSLIB_DSA_NAME "xilinx_u250_gen3x16_xdma_3_1_202020_1 " CACHE STRING "DSA string for v++/xocc." )
4
4
5
5
include_directories (${Vitis_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR} /include ${CMAKE_SOURCE_DIR} /include )
6
6
You can’t perform that action at this time.
0 commit comments