This repository was archived by the owner on Nov 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ prjtrellis_uri=https://github.com/YosysHQ/prjtrellis.git
1414prjtrellis_commit=master
1515prjtrellis_commit=$( git ls-remote ${prjtrellis_uri} ${prjtrellis_commit} | cut -f 1)
1616
17- git_clone $nextpnr_dir $nextpnr_uri $nextpnr_commit
17+ git_clone $nextpnr_dir $nextpnr_uri $nextpnr_commit 1 # enable submodule update
1818git_clone $prjtrellis_dir $prjtrellis_uri $prjtrellis_commit 1 # enable submodule update
1919
2020# NOTE: We build libtrellis with python DISABLED.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ prjtrellis_uri=https://github.com/YosysHQ/prjtrellis.git
1414prjtrellis_commit=master
1515prjtrellis_commit=$( git ls-remote ${prjtrellis_uri} ${prjtrellis_commit} | cut -f 1)
1616
17- git_clone $nextpnr_dir $nextpnr_uri $nextpnr_commit
17+ git_clone $nextpnr_dir $nextpnr_uri $nextpnr_commit 1 # enable submodule update
1818git_clone $prjtrellis_dir $prjtrellis_uri $prjtrellis_commit 1 # enable submodule update
1919
2020cd $BUILD_DIR /
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dir_name=nextpnr-ice40
77commit=master
88git_url=https://github.com/YosysHQ/nextpnr.git
99
10- git_clone $dir_name $git_url $commit
10+ git_clone $dir_name $git_url $commit 1 # enable submodule update
1111
1212cd $BUILD_DIR /$dir_name
1313
You can’t perform that action at this time.
0 commit comments