Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #77 from YosysHQ/gatecat/npnr-recursive
Browse files Browse the repository at this point in the history
Enable recursive clone for nextpnr
  • Loading branch information
edbordin authored Mar 9, 2021
2 parents 8ec4a09 + 721c341 commit 1e3c81b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/compile_nextpnr_ecp5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ prjtrellis_uri=https://github.com/YosysHQ/prjtrellis.git
prjtrellis_commit=master
prjtrellis_commit=$(git ls-remote ${prjtrellis_uri} ${prjtrellis_commit} | cut -f 1)

git_clone $nextpnr_dir $nextpnr_uri $nextpnr_commit
git_clone $nextpnr_dir $nextpnr_uri $nextpnr_commit 1 # enable submodule update
git_clone $prjtrellis_dir $prjtrellis_uri $prjtrellis_commit 1 # enable submodule update

# NOTE: We build libtrellis with python DISABLED.
Expand Down
2 changes: 1 addition & 1 deletion scripts/compile_nextpnr_ecp5_bba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ prjtrellis_uri=https://github.com/YosysHQ/prjtrellis.git
prjtrellis_commit=master
prjtrellis_commit=$(git ls-remote ${prjtrellis_uri} ${prjtrellis_commit} | cut -f 1)

git_clone $nextpnr_dir $nextpnr_uri $nextpnr_commit
git_clone $nextpnr_dir $nextpnr_uri $nextpnr_commit 1 # enable submodule update
git_clone $prjtrellis_dir $prjtrellis_uri $prjtrellis_commit 1 # enable submodule update

cd $BUILD_DIR/
Expand Down
2 changes: 1 addition & 1 deletion scripts/compile_nextpnr_ice40.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dir_name=nextpnr-ice40
commit=master
git_url=https://github.com/YosysHQ/nextpnr.git

git_clone $dir_name $git_url $commit
git_clone $dir_name $git_url $commit 1 # enable submodule update

cd $BUILD_DIR/$dir_name

Expand Down

0 comments on commit 1e3c81b

Please sign in to comment.