Skip to content

Starting HAL

SJulianS edited this page Oct 27, 2020 · 11 revisions

Once installed, HAL can be used either as a pure command line tool or in combination with a GUI. Hence, it provides a number of command line parameters to configure the startup options.

Command Line Options

The most important command line options are listed below. Additional options may be provided by HAL plugins and will be listed when calling hal -h.

  • -h, --help displays information regarding the usage of HAL.
  • -v, --version displays the current version of HAL.
  • --licenses shows the licenses of open-source projects used within HAL.
  • -l, --logfile specify a name and path for the log file that is created by HAL.
  • -i, --input-file specify the input file that the netlist is parsed or loaded from. This can be either a .hal file or of any netlist file format that is supported by the available netlist parsers.
  • -gl, --gate-library specify the gate library that should be used to instantiate the netlist.
  • -e, --empty-netlist create an empty netlist using the specified gate library.

Starting the GUI

Clone this wiki locally