3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Merge pull request #4174 from YosysHQ/claire/overwrite

Add API to overwrite existing pass from plugin
This commit is contained in:
Claire Xen 2024-02-05 23:49:24 +01:00 committed by GitHub
commit 1b73b5beb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 39 additions and 20 deletions

View file

@ -103,7 +103,6 @@ void load_plugin(std::string filename, std::vector<std::string> aliases)
loaded_plugins[orig_filename] = hdl;
Pass::init_register();
}
}