File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,16 @@ checkout:
63
63
# Available variables
64
64
#
65
65
# - 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"
67
69
cd OpenFPGA && git submodule update --init
70
+ @echo " submodule init/update in OpenFPGA/vtr-verilog-to-routing"
68
71
cd OpenFPGA/vtr-verilog-to-routing && git submodule update --init
72
+ @echo " submodule init/update in Raptor_Tools"
69
73
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
70
76
71
77
compile :
72
78
# This command will compile the codebase
You can’t perform that action at this time.
0 commit comments