From 8a50b02b9bbaf292fb6294eda5df162f3295f149 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 22 Mar 2021 15:55:34 -0700 Subject: Use new parameter definition data in FPGA interchange processing. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- .github/ci/build_interchange.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/ci') diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh index 14b129fa..ec70f478 100755 --- a/.github/ci/build_interchange.sh +++ b/.github/ci/build_interchange.sh @@ -26,7 +26,7 @@ popd RAPIDWRIGHT_PATH="`pwd`/RapidWright" INTERCHANGE_SCHEMA_PATH="`pwd`/3rdparty/fpga-interchange-schema/interchange" PYTHON_INTERCHANGE_PATH="`pwd`/python-fpga-interchange" -PYTHON_INTERCHANGE_TAG="v0.0.2" +PYTHON_INTERCHANGE_TAG="v0.0.3" # Install python-fpga-interchange libraries git clone -b $PYTHON_INTERCHANGE_TAG https://github.com/SymbiFlow/python-fpga-interchange.git $PYTHON_INTERCHANGE_PATH -- cgit v1.2.3