Skip to content

Commit

Permalink
synlig, new system verilog tool integration [build system + tcl + par…
Browse files Browse the repository at this point in the history
…mys + paths updated]
  • Loading branch information
amirarjmand93 committed Dec 8, 2024
1 parent ec618c0 commit f2eca1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/EXTERNAL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ set(SURELOG_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Surelog)
WORKING_DIRECTORY ${SYNLIG_SOURCE_DIR}


BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${CMAKE_BINARY_DIR}/bin/synlig_install -j$(nproc)#${CUSTOM_BUILD_PARALLEL_LEVEL}
BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${CMAKE_BINARY_DIR}/bin/synlig_install -j${CUSTOM_BUILD_PARALLEL_LEVEL}
INSTALL_COMMAND ""
CONFIGURE_COMMAND ""

Expand Down

0 comments on commit f2eca1a

Please sign in to comment.