3
0
Fork 0
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:
Miodrag Milanovic 2020-11-06 14:17:15 +01:00
parent e7f36d01e4
commit 829b5cca60
4 changed files with 63 additions and 43 deletions

View file

@ -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