yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
plugin.cc File Reference
#include "kernel/yosys.h"
+ Include dependency graph for plugin.cc:

Go to the source code of this file.

Data Structures

struct  PluginPass
 

Functions

void load_plugin (std::string, std::vector< std::string >)
 

Variables

YOSYS_NAMESPACE_BEGIN std::map
< std::string, void * > 
loaded_plugins
 
std::map< std::string,
std::string > 
loaded_plugin_aliases
 
PluginPass PluginPass
 

Function Documentation

void load_plugin ( std::string  ,
std::vector< std::string >   
)

Definition at line 49 of file plugin.cc.

50 {
51  log_error("This version of yosys is built without plugin support.\n");
52 }
void log_error(const char *format,...)
Definition: log.cc:204

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

std::map<std::string, std::string> loaded_plugin_aliases

Definition at line 29 of file plugin.cc.

YOSYS_NAMESPACE_BEGIN std::map<std::string, void*> loaded_plugins

Definition at line 28 of file plugin.cc.