aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-19 09:46:27 -0800
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-23 14:09:28 -0800
commitcd8297f54d71a5c9f47efab45b3cc93aea86d4e5 (patch)
tree86114eba9ac1dcd69adb11be229e42995d7f2034
parent5c6e23141289377dbc6ce9d799b0b92ed6234a19 (diff)
downloadnextpnr-cd8297f54d71a5c9f47efab45b3cc93aea86d4e5.tar.gz
nextpnr-cd8297f54d71a5c9f47efab45b3cc93aea86d4e5.tar.bz2
nextpnr-cd8297f54d71a5c9f47efab45b3cc93aea86d4e5.zip
Move RapidWright git URI back to upstream.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
-rw-r--r--fpga_interchange/examples/create_bba/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/fpga_interchange/examples/create_bba/Makefile b/fpga_interchange/examples/create_bba/Makefile
index ffbc3103..c29bfa82 100644
--- a/fpga_interchange/examples/create_bba/Makefile
+++ b/fpga_interchange/examples/create_bba/Makefile
@@ -38,11 +38,7 @@ build:
mkdir build
build/RapidWright: | build
- # FIXME: Update URL / branch as fixes are merged upstream and / or
- # interchange branch on Xilinx/RapidWright is merged to master branch.
- #
- #cd build && git clone -b interchange https://github.com/Xilinx/RapidWright.git
- cd build && git clone -b move_strlist https://github.com/litghost/RapidWright.git
+ cd build && git clone https://github.com/Xilinx/RapidWright.git
build/env: | build
python3 -mvenv build/env