aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/chipdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/chipdb.h')
-rw-r--r--fpga_interchange/chipdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpga_interchange/chipdb.h b/fpga_interchange/chipdb.h
index 1086976a..0f57bdc0 100644
--- a/fpga_interchange/chipdb.h
+++ b/fpga_interchange/chipdb.h
@@ -37,8 +37,8 @@ NEXTPNR_NAMESPACE_BEGIN
static constexpr int32_t kExpectedChipInfoVersion = 15;
NPNR_PACKED_STRUCT(struct BelConnectedPinsPOD {
- uint32_t pin1;
- uint32_t pin2;
+ int32_t pin1;
+ int32_t pin2;
});
// Flattened site indexing.