Move RapidWright git URI back to upstream.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2021-02-19 09:46:27 -08:00
parent 5c6e231412
commit cd8297f54d

View File

@ -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