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