Skip to content

Commit 1bff585

Browse files
committed
add vpr_latest submodule init to Makefile
1 parent 960a97d commit 1bff585

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,16 @@ checkout:
6363
# Available variables
6464
#
6565
# - SUBMODULE: Specify the submodule to checkout. For example, SUBMODULE=OpenFPGA
66-
git submodule update --init Raptor_Tools OpenFPGA
66+
@echo "Backend make checkout: pulling submodules"
67+
git submodule update --init Raptor_Tools OpenFPGA vpr_latest
68+
@echo " submodule init/update in OpenFPGA"
6769
cd OpenFPGA && git submodule update --init
70+
@echo " submodule init/update in OpenFPGA/vtr-verilog-to-routing"
6871
cd OpenFPGA/vtr-verilog-to-routing && git submodule update --init
72+
@echo " submodule init/update in Raptor_Tools"
6973
cd Raptor_Tools && git submodule update --init --recursive
74+
@echo " submodule init/update in vpr_latest/vtr"
75+
cd vpr_latest/vtr && git submodule update --init
7076

7177
compile:
7278
# This command will compile the codebase

0 commit comments

Comments
 (0)