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

Overview

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. 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