Skip to content

Commit

Permalink
Update default flags
Browse files Browse the repository at this point in the history
  • Loading branch information
definelicht committed Sep 13, 2021
1 parent 4e63d95 commit dea94b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(hlslib)
option(HLSLIB_ENABLE_TESTING
"Enable CTest when built as a standalone CMake project." ON)
option(HLSLIB_BUILD_DOCUMENTATION
"Build Doxygen documentation when built as a standalone CMake project." ON)
"Build Doxygen documentation when built as a standalone CMake project." OFF)

# Include custom Find<Module>.cmake scripts to enable searching for
# Vitis/SDx/SDAccel and Intel FPGA OpenCL.
Expand Down
2 changes: 1 addition & 1 deletion xilinx_test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# User options
set(HLSLIB_PART_NAME "xcvu9p-flgb2104-2-i" CACHE STRING "Part name for HLS.")
set(HLSLIB_DSA_NAME "xilinx_vcu1525_dynamic_5_1" CACHE STRING "DSA string for v++/xocc.")
set(HLSLIB_DSA_NAME "xilinx_u250_gen3x16_xdma_3_1_202020_1" CACHE STRING "DSA string for v++/xocc.")

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

Expand Down

0 comments on commit dea94b1

Please sign in to comment.