Skip to content

Selection

SJulianS edited this page Oct 28, 2020 · 19 revisions

A selection contains a subset of gates, nets, and modules that are visible within the graph view. A selection can be created using the mouse by dragging a rectangle around the desired elements. It may also be expanded by pressing CTRL while selecting further netlist components. Detailed information on the selected elements can be found within the selection details widget. The netlist component that has focus within that widget is highlighted in cyan within the graph view while the remainder of the selection uses orange. HAL distinguishes between single- and multi-selections internally to facilitate advanced features to explore the netlist.

Single-Selection

If only a single gate, net, or module is selected, the user can navigate the netlist starting at the selected element using the arrow keys on the keyboard. With only a single gate or module being selected, the pins/ports of that gate/module are not highlighted using the selection color to indicate that the navigation feature is enabled and navigation towards the pins/ports is available. The navigation feature is further described here.

TODO: Screenshot

Multi-Selection

When selecting multiple netlist components, ...

Clone this wiki locally