File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
vtr_flow/scripts/python_libs/vtr/parmys Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ set(SURELOG_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Surelog)
8888
8989 # Sync submodules after cloning
9090 UPDATE_COMMAND git submodule sync && git submodule update --init --recursive third_party/surelog
91- WORKING_DIRECTORY ${SYNLIG_SOURCE_DIR}
91+ WORKING_DIRECTORY " ${SYNLIG_SOURCE_DIR} "
9292
9393
9494 BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${CMAKE_BINARY_DIR} /bin/synlig_install -j${CUSTOM_BUILD_PARALLEL_LEVEL}
Original file line number Diff line number Diff line change @@ -232,7 +232,8 @@ def run(
232232 odin_config_full_path ,
233233 )
234234
235- # Set the synlig exe script path in the environment variable(handle if it is not set or system-verilog OFF)
235+ # Set the synlig exe script path in the environment variable
236+ # (handle if it is not set or system-verilog OFF)
236237 try :
237238 os .environ ["synlig_exe_path" ] = str (vtr .paths .synlig_exe_path )
238239 except KeyError :
You can’t perform that action at this time.
0 commit comments