7 return std::make_unique<NetlistPreprocessingPlugin>();
12 return std::string(
"netlist_preprocessing");
17 return std::string(
"0.2");
22 return "A collection of tools to preprocess a netlist and prepare it for further analysis.";
27 std::set<std::string> retval;
28 retval.insert(
"resynthesis");
29 retval.insert(
"z3_utils");
std::string get_name() const override
Get the name of the plugin.
std::string get_description() const override
Get a short description of the plugin.
std::string get_version() const override
Get the version of the plugin.
std::set< std::string > get_dependencies() const override
Get the plugin dependencies.
std::unique_ptr< BasePluginInterface > create_plugin_instance()
This file contains all functions related to the HAL plugin API.