3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 16:45:32 +00:00

Remove a few functions that, in fact, did not exist in the first place.

This commit is contained in:
Marcelina Kościelnicka 2021-03-06 01:18:24 +01:00
parent 55e5bd4213
commit 3d2aef0bde
2 changed files with 1 additions and 3 deletions

View file

@ -997,7 +997,7 @@ sources = [
Source("kernel/cost",[])
]
blacklist_methods = ["YOSYS_NAMESPACE::Pass::run_register", "YOSYS_NAMESPACE::Module::Pow", "YOSYS_NAMESPACE::Module::Bu0", "YOSYS_NAMESPACE::CaseRule::optimize"]
blacklist_methods = ["YOSYS_NAMESPACE::Pass::run_register", "YOSYS_NAMESPACE::Module::Pow"]
enum_names = ["State","SyncType","ConstFlags"]