aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-07-14 17:44:50 +0100
committerGitHub <noreply@github.com>2021-07-14 17:44:50 +0100
commit084e15f9cf421786c3b0db8ea929211323bc4307 (patch)
tree9e54a4ad4e54053a7cdad0a87e9a955292cfe2a3
parent034467ff615494b2a74cee08081cb17edc9ea1a4 (diff)
parent9190bda27d524dcf827208ea7cf40a198b3334c8 (diff)
downloadnextpnr-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
-rw-r--r--.github/workflows/interchange_ci.yml2
-rw-r--r--fpga_interchange/chipdb.h2
2 files changed, 2 insertions, 2 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: |
diff --git a/fpga_interchange/chipdb.h b/fpga_interchange/chipdb.h
index 15ef8b07..9ebbc1f3 100644
--- a/fpga_interchange/chipdb.h
+++ b/fpga_interchange/chipdb.h
@@ -34,7 +34,7 @@ NEXTPNR_NAMESPACE_BEGIN
* kExpectedChipInfoVersion
*/
-static constexpr int32_t kExpectedChipInfoVersion = 12;
+static constexpr int32_t kExpectedChipInfoVersion = 13;
// Flattened site indexing.
//