File tree Expand file tree Collapse file tree 2 files changed +1951
-4
lines changed Expand file tree Collapse file tree 2 files changed +1951
-4
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ file(COPY
175
175
${PATCH_DIR} /base_fix/PATCHED/read_blif.cpp
176
176
${PATCH_DIR} /base_fix/PATCHED/read_circuit.cpp
177
177
${PATCH_DIR} /base_fix/PATCHED/read_circuit.h
178
+ ${PATCH_DIR} /base_fix/PATCHED/vpr_types.h
178
179
##${PATCH_DIR}/base_fix/PATCHED/read_options.cpp
179
180
##${PATCH_DIR}/base_fix/PATCHED/read_options.h
180
181
##${PATCH_DIR}/base_fix/PATCHED/SetupVPR.cpp
@@ -282,10 +283,10 @@ file(COPY ${ENCRYPTION_CONFIG_PATH}/config.txt
282
283
283
284
message (STATUS "NOTE: DONE PATCHING\n " )
284
285
285
- # if(NOT RAPTOR)
286
- # include_directories(${CMAKE_CURRENT_SOURCE_DIR}/Raptor_Tools/libs/external/boost)
287
- # add_subdirectory("Raptor_Tools/graph_partition")
288
- # endif()
286
+ if (NOT RAPTOR )
287
+ include_directories (${CMAKE_CURRENT_SOURCE_DIR} /Raptor_Tools/libs/external/boost )
288
+ add_subdirectory ("Raptor_Tools/graph_partition" )
289
+ endif ()
289
290
add_subdirectory (OpenFPGA )
290
291
291
292
set (IPO_LINK_WARN_SUPRESS_FLAGS " " )
You can’t perform that action at this time.
0 commit comments