aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/chipdb.h
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-08-05 14:20:25 +0200
committerAlessandro Comodi <acomodi@antmicro.com>2021-08-27 13:47:10 +0200
commit78bf5796db451adef7765a2bcf5952205dbab74e (patch)
tree2ed2f1b8c405ad4970f1d692dc873a75d6d71456 /fpga_interchange/chipdb.h
parent0e83db47a067b55f45567c89a08af470196a18e7 (diff)
downloadnextpnr-78bf5796db451adef7765a2bcf5952205dbab74e.tar.gz
nextpnr-78bf5796db451adef7765a2bcf5952205dbab74e.tar.bz2
nextpnr-78bf5796db451adef7765a2bcf5952205dbab74e.zip
interchange: disallow placing cells on sites with clusters
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
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 {