HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal::ModuleIdentificationPlugin Class Reference

Plugin for identifying functional modules within a netlist. More...

#include </home/runner/work/hal/hal/plugins/module_identification/include/module_identification/plugin_module_identification.h>

Inheritance diagram for hal::ModuleIdentificationPlugin:
Inheritance graph
Collaboration diagram for hal::ModuleIdentificationPlugin:
Collaboration graph

Public Member Functions

 ModuleIdentificationPlugin ()
 Constructor for ModuleIdentificationPlugin. More...
 
 ~ModuleIdentificationPlugin ()=default
 Default destructor for ModuleIdentificationPlugin. More...
 
std::string get_name () const override
 Get the name of the plugin. More...
 
std::string get_description () const override
 Get a short description of the plugin. More...
 
std::string get_version () const override
 Get the version of the plugin. More...
 
std::set< std::string > get_dependencies () const override
 Get the plugin dependencies. More...
 
- Public Member Functions inherited from hal::BasePluginInterface
 BasePluginInterface ()=default
 
virtual ~BasePluginInterface ()
 
virtual void initialize ()
 
template<typename... Args>
void log (const Args &... args) const
 
virtual void on_load ()
 
virtual void on_unload ()
 
virtual void initialize_logging ()
 
virtual std::vector< AbstractExtensionInterface * > get_extensions () const
 
template<typename T >
T * get_first_extension () const
 
void delete_extension (AbstractExtensionInterface *aeif)
 

Additional Inherited Members

- Protected Attributes inherited from hal::BasePluginInterface
std::vector< AbstractExtensionInterface * > m_extensions
 

Detailed Description

Plugin for identifying functional modules within a netlist.

This plugin identifies groups of gates in a netlist that fulfill a recognized function, primarily focusing on arithmetic operations.

Definition at line 132 of file plugin_module_identification.h.

Constructor & Destructor Documentation

◆ ModuleIdentificationPlugin()

hal::ModuleIdentificationPlugin::ModuleIdentificationPlugin ( )

◆ ~ModuleIdentificationPlugin()

hal::ModuleIdentificationPlugin::~ModuleIdentificationPlugin ( )
default

Default destructor for ModuleIdentificationPlugin.

Member Function Documentation

◆ get_dependencies()

std::set< std::string > hal::ModuleIdentificationPlugin::get_dependencies ( ) const
overridevirtual

Get the plugin dependencies.

Returns
A set of plugin names that this plugin depends on.

Reimplemented from hal::BasePluginInterface.

Definition at line 41 of file plugin_module_identification.cpp.

Referenced by hal::PYBIND11_PLUGIN().

◆ get_description()

std::string hal::ModuleIdentificationPlugin::get_description ( ) const
overridevirtual

Get a short description of the plugin.

Returns
The short description.

Reimplemented from hal::BasePluginInterface.

Definition at line 36 of file plugin_module_identification.cpp.

Referenced by hal::PYBIND11_PLUGIN().

◆ get_name()

std::string hal::ModuleIdentificationPlugin::get_name ( ) const
overridevirtual

Get the name of the plugin.

Returns
The name of the plugin.

Implements hal::BasePluginInterface.

Definition at line 26 of file plugin_module_identification.cpp.

Referenced by hal::PYBIND11_PLUGIN().

◆ get_version()

std::string hal::ModuleIdentificationPlugin::get_version ( ) const
overridevirtual

Get the version of the plugin.

Returns
The version of the plugin.

Implements hal::BasePluginInterface.

Definition at line 31 of file plugin_module_identification.cpp.

Referenced by hal::PYBIND11_PLUGIN().


The documentation for this class was generated from the following files: