Skip to content

Commit 3046d08

Browse files
authored
Merge pull request #755 from os-fpga/enable_VprServer_mode
enable VPR_USE_SERVER mode in Backend CMakefile
2 parents 5eec62a + 17ecb04 commit 3046d08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ set(TIMING_SRC_DIR ${PATCH_DIR}/timing_fix)
3131
# Enable Analytic Placer in VTR CMake
3232
set(VPR_ANALYTIC_PLACE ON CACHE BOOL "Enable Analytic Placer in VTR" FORCE)
3333

34+
# Enable server-mode (vpr --server) in VTR CMake
35+
set(VPR_USE_SERVER ON CACHE BOOL "Enable Server Mode in VTR" FORCE)
36+
3437
set(OPENFPGA_SRC_DIR ${PATCH_DIR}/openfpga)
3538
set(TILEABLE_SRC_DIR ${PATCH_DIR}/tileable_fix)
3639

0 commit comments

Comments
 (0)