aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/chipdb.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-08-31 12:37:04 +0100
committerGitHub <noreply@github.com>2021-08-31 12:37:04 +0100
commit0c40bed4250e3b1525a202cba7a905ba9537bec8 (patch)
tree8e56bb14536091f3859953465588fac973d7509a /fpga_interchange/chipdb.h
parent0e83db47a067b55f45567c89a08af470196a18e7 (diff)
parente0950408d57b5c409136e1a12160f95c57b09ce2 (diff)
downloadnextpnr-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 'fpga_interchange/chipdb.h')
-rw-r--r--fpga_interchange/chipdb.h3
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 {