aboutsummaryrefslogtreecommitdiffstats
path: root/generic/archdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/archdefs.h')
-rw-r--r--generic/archdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/archdefs.h b/generic/archdefs.h
index fad36894..30503414 100644
--- a/generic/archdefs.h
+++ b/generic/archdefs.h
@@ -68,6 +68,8 @@ struct ArchCellInfo
bool is_slice;
// Only packing rule for slice type primitives is a single clock per tile
const NetInfo *slice_clk;
+ // Cell to bel pin mapping
+ std::unordered_map<IdString, std::vector<IdString>> bel_pins;
};
NEXTPNR_NAMESPACE_END