aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/archdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/archdefs.h')
-rw-r--r--fpga_interchange/archdefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fpga_interchange/archdefs.h b/fpga_interchange/archdefs.h
index d6d0a3c7..e280de55 100644
--- a/fpga_interchange/archdefs.h
+++ b/fpga_interchange/archdefs.h
@@ -123,6 +123,10 @@ struct NetInfo;
struct ArchCellInfo
{
+ ArchCellInfo() : cell_mapping(-1) {}
+
+ int32_t cell_mapping;
+ std::unordered_map<IdString, std::vector<IdString>> cell_bel_pins;
};
NEXTPNR_NAMESPACE_END