aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/chipdb.h
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-19 18:10:30 -0700
committergatecat <gatecat@ds0.me>2021-03-22 09:33:12 +0000
commitdb12a83ced8f5a52443dbbae1eb29992cdc3935d (patch)
treea715536840a85c4c2b05620678c328b6cee54076 /fpga_interchange/chipdb.h
parent68ca923bfefde24fa2b7cbc8c6f9817f1d93e1e5 (diff)
downloadnextpnr-db12a83ced8f5a52443dbbae1eb29992cdc3935d.tar.gz
nextpnr-db12a83ced8f5a52443dbbae1eb29992cdc3935d.tar.bz2
nextpnr-db12a83ced8f5a52443dbbae1eb29992cdc3935d.zip
Add pseudo pip data to chipdb (with schema bump).
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.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 2130f1b6..2f82dcc9 100644
--- a/fpga_interchange/chipdb.h
+++ b/fpga_interchange/chipdb.h
@@ -34,7 +34,7 @@ NEXTPNR_NAMESPACE_BEGIN
* kExpectedChipInfoVersion
*/
-static constexpr int32_t kExpectedChipInfoVersion = 1;
+static constexpr int32_t kExpectedChipInfoVersion = 2;
// Flattened site indexing.
//
@@ -110,6 +110,7 @@ NPNR_PACKED_STRUCT(struct PipInfoPOD {
int16_t site_variant; // site variant index in tile
int16_t bel; // BEL this pip belongs to if site pip.
int16_t extra_data;
+ RelSlice<int32_t> pseudo_cell_wires;
});
NPNR_PACKED_STRUCT(struct ConstraintTagPOD {