mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Expose abc and data paths as globals
This commit is contained in:
parent
e7f36d01e4
commit
829b5cca60
4 changed files with 63 additions and 43 deletions
|
@ -366,6 +366,9 @@ extern std::map<std::string, void*> loaded_python_plugins;
|
|||
extern std::map<std::string, std::string> loaded_plugin_aliases;
|
||||
void load_plugin(std::string filename, std::vector<std::string> aliases);
|
||||
|
||||
extern std::string yosys_share_dirname;
|
||||
extern std::string yosys_abc_executable;
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue