Adds attributes to the hierarchical cells
This commit is contained in:
parent
d810aac867
commit
39a87f54b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user