diff options
author | YRabbit <rabbit@yrabbit.cyou> | 2021-09-02 18:19:30 +1000 |
---|---|---|
committer | YRabbit <rabbit@yrabbit.cyou> | 2021-09-02 18:19:30 +1000 |
commit | e82d49e13aa342ba9d79c2c91bb64d2ea91653c7 (patch) | |
tree | cd6865130d04de690c5766d3025bcc99c876c6a1 /fpga_interchange/chipdb.h | |
parent | f3899696a7d67ee0822efd6b00bef0e9b359c2f2 (diff) | |
parent | 0c40bed4250e3b1525a202cba7a905ba9537bec8 (diff) | |
download | nextpnr-e82d49e13aa342ba9d79c2c91bb64d2ea91653c7.tar.gz nextpnr-e82d49e13aa342ba9d79c2c91bb64d2ea91653c7.tar.bz2 nextpnr-e82d49e13aa342ba9d79c2c91bb64d2ea91653c7.zip |
Merge branch 'master' into combine-dff
Diffstat (limited to 'fpga_interchange/chipdb.h')
-rw-r--r-- | fpga_interchange/chipdb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fpga_interchange/chipdb.h b/fpga_interchange/chipdb.h index 9ebbc1f3..85dc7f25 100644 --- a/fpga_interchange/chipdb.h +++ b/fpga_interchange/chipdb.h @@ -34,7 +34,7 @@ NEXTPNR_NAMESPACE_BEGIN * kExpectedChipInfoVersion */ -static constexpr int32_t kExpectedChipInfoVersion = 13; +static constexpr int32_t kExpectedChipInfoVersion = 14; // Flattened site indexing. // @@ -422,6 +422,7 @@ NPNR_PACKED_STRUCT(struct ClusterPOD { RelSlice<ChainablePortPOD> chainable_ports; RelSlice<ClusterCellPortPOD> cluster_cells_map; uint32_t out_of_site_clusters; + uint32_t disallow_other_cells; }); NPNR_PACKED_STRUCT(struct ChipInfoPOD { |