Adds attributes to the hierarchical cells

This commit is contained in:
TG 2024-12-11 16:47:01 +01:00
parent d810aac867
commit 39a87f54b3

View File

@ -519,6 +519,8 @@ struct HierarchicalCell
dict<IdString, HierarchicalPort> ports;
// Name inside cell instance -> global name
dict<IdString, IdString> hier_cells;
// Cell attributes
dict<IdString, Property> attrs;
};
NEXTPNR_NAMESPACE_END