File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 52
52
set (ENCRYPTION_CONFIG_PATH ${CMAKE_CURRENT_SOURCE_DIR} /OpenFPGA/vtr-verilog-to-routing/libs/libdecrypt )
53
53
endif ()
54
54
set (VPR_DEST_DIR ${CMAKE_CURRENT_SOURCE_DIR} /OpenFPGA/vtr-verilog-to-routing/vpr )
55
- set (VPR_LATEST_DEST_DIR ${CMAKE_CURRENT_SOURCE_DIR} /vpr_latest/vtr )
56
55
set (OPENFPGA_DEST_DIR ${CMAKE_CURRENT_SOURCE_DIR} /OpenFPGA/ )
57
56
set (XML_DEC_KEY_DEST ${CMAKE_CURRENT_SOURCE_DIR} /OpenFPGA/vtr-verilog-to-routing/libs/ )
58
57
set (LIB_RRG_DEST_DIR ${CMAKE_CURRENT_SOURCE_DIR} /OpenFPGA/vtr-verilog-to-routing/libs/librrgraph )
@@ -233,12 +232,6 @@ file(COPY
233
232
DESTINATION
234
233
${VPR_DEST_DIR} )
235
234
236
- message (STATUS "NOTE: COPY-PATCHING vpr_latest CMakefile.." )
237
- file (COPY
238
- ${PATCH_DIR} /CMAKE_fix/PATCHED_vpr_latest/CMakeLists.txt
239
- DESTINATION
240
- ${VPR_LATEST_DEST_DIR} )
241
-
242
235
#FILE(COPY ${PLACER_SRC_DIR}/move_generator.h
243
236
# ## ${PLACER_SRC_DIR}/place.cpp
244
237
# ${PLACER_SRC_DIR}/place_util.cpp
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ checkout:
72
72
@echo " submodule init/update in Raptor_Tools"
73
73
cd Raptor_Tools && git submodule update --init --recursive
74
74
@echo " submodule init/update in vpr_latest/vtr"
75
- cd vpr_latest/vtr && git submodule update --init
75
+ cd vpr_latest/vtr && git submodule update --init --recursive
76
76
77
77
compile :
78
78
# This command will compile the codebase
Original file line number Diff line number Diff line change 2
2
3
3
cur_dir=$( pwd)
4
4
printf " \n building vpr_latest in $cur_dir \n"
5
+ arg1=" (none)"
6
+ if (( $# > 0 )) ; then
7
+ arg1=$1
8
+ fi
9
+ printf " argc= $# arg1= $arg1 \n"
5
10
6
11
hw_num_cores=` grep -F " model name" /proc/cpuinfo | wc -l`
7
12
You can’t perform that action at this time.
0 commit comments