You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.