diff options
author | gatecat <gatecat@ds0.me> | 2021-08-31 12:37:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 12:37:04 +0100 |
commit | 0c40bed4250e3b1525a202cba7a905ba9537bec8 (patch) | |
tree | 8e56bb14536091f3859953465588fac973d7509a /.github | |
parent | 0e83db47a067b55f45567c89a08af470196a18e7 (diff) | |
parent | e0950408d57b5c409136e1a12160f95c57b09ce2 (diff) | |
download | nextpnr-0c40bed4250e3b1525a202cba7a905ba9537bec8.tar.gz nextpnr-0c40bed4250e3b1525a202cba7a905ba9537bec8.tar.bz2 nextpnr-0c40bed4250e3b1525a202cba7a905ba9537bec8.zip |
Merge pull request #790 from acomodi/place-only-same-cluster-in-site
interchange: place only cells belonging to the same clusters in the same site
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/interchange_ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/interchange_ci.yml b/.github/workflows/interchange_ci.yml index 4dec38b2..05220abd 100644 --- a/.github/workflows/interchange_ci.yml +++ b/.github/workflows/interchange_ci.yml @@ -114,7 +114,7 @@ jobs: env: RAPIDWRIGHT_PATH: ${{ github.workspace }}/RapidWright PYTHON_INTERCHANGE_PATH: ${{ github.workspace }}/python-fpga-interchange - PYTHON_INTERCHANGE_TAG: v0.0.17 + PYTHON_INTERCHANGE_TAG: v0.0.18 PRJOXIDE_REVISION: 1bf30dee9c023c4c66cfc44fd0bc28addd229c89 DEVICE: ${{ matrix.device }} run: | |