diff options
| author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-03-06 01:18:24 +0100 | 
|---|---|---|
| committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-03-06 01:19:49 +0100 | 
| commit | 3d2aef0bde5ee35d283da4b230430ffcb73ec176 (patch) | |
| tree | a6167b444e162c04cd58a66479cd57ab79ac93d5 /misc | |
| parent | 55e5bd4213c8065994fb916e72105d822bd4175a (diff) | |
| download | yosys-3d2aef0bde5ee35d283da4b230430ffcb73ec176.tar.gz yosys-3d2aef0bde5ee35d283da4b230430ffcb73ec176.tar.bz2 yosys-3d2aef0bde5ee35d283da4b230430ffcb73ec176.zip  | |
Remove a few functions that, in fact, did not exist in the first place.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/py_wrap_generator.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py_wrap_generator.py b/misc/py_wrap_generator.py index 38bd6129e..2de3c1f99 100644 --- a/misc/py_wrap_generator.py +++ b/misc/py_wrap_generator.py @@ -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"]  | 
