diff options
author | gatecat <gatecat@ds0.me> | 2021-07-14 17:44:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 17:44:50 +0100 |
commit | 084e15f9cf421786c3b0db8ea929211323bc4307 (patch) | |
tree | 9e54a4ad4e54053a7cdad0a87e9a955292cfe2a3 /.github | |
parent | 034467ff615494b2a74cee08081cb17edc9ea1a4 (diff) | |
parent | 9190bda27d524dcf827208ea7cf40a198b3334c8 (diff) | |
download | nextpnr-084e15f9cf421786c3b0db8ea929211323bc4307.tar.gz nextpnr-084e15f9cf421786c3b0db8ea929211323bc4307.tar.bz2 nextpnr-084e15f9cf421786c3b0db8ea929211323bc4307.zip |
Merge pull request #762 from antmicro/testarch_timing
[interchange] Update chipdb and python-fpga-interchange versions
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 9b2ba027..4dec38b2 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.16 + PYTHON_INTERCHANGE_TAG: v0.0.17 PRJOXIDE_REVISION: 1bf30dee9c023c4c66cfc44fd0bc28addd229c89 DEVICE: ${{ matrix.device }} run: | |