aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/chipdb.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-07-10 23:24:38 +0100
committergatecat <gatecat@ds0.me>2021-07-10 23:24:38 +0100
commit8531658019a5d8f7834c6054e10c8438d8006505 (patch)
tree9ed98754646aeea1c7c2cae749c7f3f20f57fc40 /fpga_interchange/chipdb.h
parentd290766101a62d575c3e6aacbecde46ecab349f6 (diff)
parent478456e6e98c05ee5f810de0c0206daee25482f3 (diff)
downloadnextpnr-8531658019a5d8f7834c6054e10c8438d8006505.tar.gz
nextpnr-8531658019a5d8f7834c6054e10c8438d8006505.tar.bz2
nextpnr-8531658019a5d8f7834c6054e10c8438d8006505.zip
Merge branch 'master' of github.com:YosysHQ/nextpnr
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 fde35e7f..15ef8b07 100644
--- a/fpga_interchange/chipdb.h
+++ b/fpga_interchange/chipdb.h
@@ -34,7 +34,7 @@ NEXTPNR_NAMESPACE_BEGIN
* kExpectedChipInfoVersion
*/
-static constexpr int32_t kExpectedChipInfoVersion = 11;
+static constexpr int32_t kExpectedChipInfoVersion = 12;
// Flattened site indexing.
//
@@ -421,6 +421,7 @@ NPNR_PACKED_STRUCT(struct ClusterPOD {
RelSlice<uint32_t> root_cell_types;
RelSlice<ChainablePortPOD> chainable_ports;
RelSlice<ClusterCellPortPOD> cluster_cells_map;
+ uint32_t out_of_site_clusters;
});
NPNR_PACKED_STRUCT(struct ChipInfoPOD {