-
Notifications
You must be signed in to change notification settings - Fork 76
Selection Details Widget
The selection details widget presents details on each of the elements within the current selection. Its main features are a hierarchical list of elements that are currently selected in the GUI as well a details section delivering additional information on a single element of that selection.
The details for a module start with a module information section that comprises basic information on the selected module. Its name and type are shown within that section and may be changed using the right-click context menu while hovering over the respective entry. Additionally, its ID, containing grouping, and parent module are shown and can be retrieved as plaintext or Python code using the context menu as well. This information section also comes with the total number of gates, nets, and submodules contained within the module.
Next, the input and output ports of the module are listed each within their own section in combination with the respective nets that cross the module boundaries through those ports. The net and the source gates may be extracted as Python code for each of the ports using the context menu. Further, the user may jump right to the source gate by double-clicking on the net or selecting the respective option in the context menu.
Finally, all data that is associated with the module is shown in the data fields section, which may also be extracted as Python code using the right-click context menu.