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

#include </home/runner/work/hal/hal/plugins/genlib_writer/include/genlib_writer/plugin_genlib_writer.h>

Inheritance diagram for hal::GenlibWriterPlugin:
Inheritance graph
Collaboration diagram for hal::GenlibWriterPlugin:
Collaboration graph

Public Member Functions

std::string get_name () const override
 
std::string get_version () const override
 
void on_load () override
 
void on_unload () override
 
- Public Member Functions inherited from hal::BasePluginInterface
 BasePluginInterface ()=default
 
virtual ~BasePluginInterface ()
 
virtual void initialize ()
 
virtual std::string get_description () const
 
virtual std::set< std::string > get_dependencies () const
 
template<typename... Args>
void log (const Args &... args) const
 
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

The plugin that provides the GENLIB gate library writer.

Definition at line 10 of file plugin_genlib_writer.h.

Member Function Documentation

◆ get_name()

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

Get the name of the plugin.

Returns
The name of the plugin.

Implements hal::BasePluginInterface.

Definition at line 14 of file plugin_genlib_writer.cpp.

Referenced by hal::PYBIND11_PLUGIN().

◆ get_version()

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

Get the version of the plugin.

Returns
The version of the plugin.

Implements hal::BasePluginInterface.

Definition at line 19 of file plugin_genlib_writer.cpp.

Referenced by hal::PYBIND11_PLUGIN().

◆ on_load()

void hal::GenlibWriterPlugin::on_load ( )
overridevirtual

This function is automatically executed when the factory is loaded by the plugin manager

Reimplemented from hal::BasePluginInterface.

Definition at line 24 of file plugin_genlib_writer.cpp.

References hal::gate_library_writer_manager::register_writer().

◆ on_unload()

void hal::GenlibWriterPlugin::on_unload ( )
overridevirtual

This function is automatically executed when the factory is unloaded by the plugin manager

Reimplemented from hal::BasePluginInterface.

Definition at line 29 of file plugin_genlib_writer.cpp.

References hal::gate_library_writer_manager::unregister_writer().


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