Skip to content

Commit

Permalink
Merge pull request #1772 from litghost/freeze_rapidwright
Browse files Browse the repository at this point in the history
Update SymbiFlow/RapidWright fork instead of directly ingesting upstream
  • Loading branch information
litghost committed Nov 14, 2020
2 parents b175e3a + 376a73b commit 1d92154
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/kokoro/steps/rapidwright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

export RAPIDWRIGHT_PATH=$(pwd)/github/$KOKORO_DIR/env/RapidWright
mkdir -p "${RAPIDWRIGHT_PATH}"
git clone https://github.com/Xilinx/RapidWright.git "${RAPIDWRIGHT_PATH}"

# Using SymbiFlow/RapidWright fork to control ingestion of upstream merges.
git clone https://github.com/SymbiFlow/RapidWright.git "${RAPIDWRIGHT_PATH}"
pushd "${RAPIDWRIGHT_PATH}"
git checkout interchange
make update_jars
Expand Down

0 comments on commit 1d92154

Please sign in to comment.