HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
plugin_genlib_writer.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace hal
6 {
11  {
12  public:
13  std::string get_name() const override;
14  std::string get_version() const override;
15 
16  void on_load() override;
17  void on_unload() override;
18  };
19 } // namespace hal
#define PLUGIN_API
Definition: arch_linux.h:32
Definition: defines.h:45