mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +00:00
Cleaned up root directory
This commit is contained in:
parent
e19981ab61
commit
124a284487
3 changed files with 4 additions and 4 deletions
5
misc/__init__.py
Normal file
5
misc/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
import sys
|
||||
sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)
|
||||
|
||||
__all__ = ["libyosys"]
|
2096
misc/py_wrap_generator.py
Normal file
2096
misc/py_wrap_generator.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue