Skip to content
SJulianS edited this page Oct 19, 2020 · 11 revisions

The HAL core revolves around the handling of the netlist and its components such as gates, nets, and modules. It provides fast and reliable interfaces to the internal graph representation of the netlist and the associated data. The core supplies basic functionalities to navigate through or even manipulate the netlist during examination. These interfaces are bundled into the C++ and Python APIs and may be used within Plugins, the GUI, or the integrated Python shell.

Clone this wiki locally