-
Notifications
You must be signed in to change notification settings - Fork 78
Grouping
SJulianS edited this page Oct 13, 2020
·
16 revisions
A grouping is a loose collection of gates, nets, and modules. The elements within a grouping do not need to stand in any kind of relationship to each other and do not have to be connected. In contrast to modules, groupings do not allow for any kind of hierarchization and each element of the netlist can be in at most one grouping at the same time.
Within the GUI, groupings can be managed using the Groupings Widget. The user can create, manipulate, and remove groupings from within the GUI using either GUI functionalities or the provided Python bindings.
TODO: GUI functionalities