|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include </home/runner/work/hal/hal/plugins/python_shell/include/python_shell/plugin_python_shell.h>


Public Member Functions | |
| CliExtensionPythonShell ()=default | |
| ~CliExtensionPythonShell ()=default | |
| ProgramOptions | get_cli_options () const override |
| virtual bool | handle_cli_call (Netlist *, ProgramArguments &) override |
Public Member Functions inherited from hal::CliExtensionInterface | |
| CliExtensionInterface () | |
Public Member Functions inherited from hal::AbstractExtensionInterface | |
| AbstractExtensionInterface () | |
| virtual | ~AbstractExtensionInterface () |
The command line interface of the Python shell plugin.
Definition at line 36 of file plugin_python_shell.h.
|
default |
|
default |
|
overridevirtual |
Returns command line interface options
Implements hal::CliExtensionInterface.
Definition at line 18 of file plugin_python_shell.cpp.
References hal::ProgramOptions::A_REQUIRED_PARAMETER, and hal::ProgramOptions::add().
|
inlineoverridevirtual |
Entry point to handle command line interface call
| [in] | netlist | - The netlist. |
| [in] | args | - Program options. |
true on success, false otherwise. Implements hal::CliExtensionInterface.
Definition at line 49 of file plugin_python_shell.h.