From 39a87f54b341544cf582ac4a28d5378ef69ea7db Mon Sep 17 00:00:00 2001 From: TG Date: Wed, 11 Dec 2024 16:47:01 +0100 Subject: [PATCH] Adds attributes to the hierarchical cells --- common/kernel/nextpnr_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/kernel/nextpnr_types.h b/common/kernel/nextpnr_types.h index fbe16daf..5ee030b1 100644 --- a/common/kernel/nextpnr_types.h +++ b/common/kernel/nextpnr_types.h @@ -519,6 +519,8 @@ struct HierarchicalCell dict ports; // Name inside cell instance -> global name dict hier_cells; + // Cell attributes + dict attrs; }; NEXTPNR_NAMESPACE_END