Skip to content

Commit d2438e3

Browse files
committed
minor update
1 parent 031f69d commit d2438e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

libs/EXTERNAL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

vtr_flow/scripts/python_libs/vtr/parmys/parmys.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)