diff options
author | YRabbit <rabbit@yrabbit.cyou> | 2021-09-04 16:29:21 +1000 |
---|---|---|
committer | YRabbit <rabbit@yrabbit.cyou> | 2021-09-04 16:29:21 +1000 |
commit | e4701f2da1104550569a412fa40056619a5e9c2e (patch) | |
tree | cb1c240c7859f66728e60abc3484a4f54970f13e /fpga_interchange/chipdb.h | |
parent | 23a5e9185887758e7d5fd83fe49686aaa5783896 (diff) | |
parent | 0c40bed4250e3b1525a202cba7a905ba9537bec8 (diff) | |
download | nextpnr-e4701f2da1104550569a412fa40056619a5e9c2e.tar.gz nextpnr-e4701f2da1104550569a412fa40056619a5e9c2e.tar.bz2 nextpnr-e4701f2da1104550569a412fa40056619a5e9c2e.zip |
Merge branch 'master' into extend-placement
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 { |