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

Add API to overwrite existing pass from plugin

Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
Claire Xenia Wolf 2024-01-30 16:41:28 +01:00
parent 3537976477
commit 4fa314c0bd
3 changed files with 4 additions and 6 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();
}
}