Skip to content

Commit dea94b1

Browse files
committed
Update default flags
1 parent 4e63d95 commit dea94b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(hlslib)
66
option(HLSLIB_ENABLE_TESTING
77
"Enable CTest when built as a standalone CMake project." ON)
88
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)
1010

1111
# Include custom Find<Module>.cmake scripts to enable searching for
1212
# Vitis/SDx/SDAccel and Intel FPGA OpenCL.

xilinx_test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# User options
22
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.")
44

55
include_directories(${Vitis_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/include)
66

0 commit comments

Comments
 (0)