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:
parent
55e5bd4213
commit
3d2aef0bde
2 changed files with 1 additions and 3 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue