diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-04-30 17:00:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 17:00:34 +0200 |
commit | d9d50b0b0c4da21c9bf2b0f1499297368b808491 (patch) | |
tree | 6a926310738ae81a1b98f74066e79f423310b33b /misc/__init__.py | |
parent | 727eec04c53c6863b18883a5afd7cee1cb52a157 (diff) | |
parent | 58e991a0eb36f0a5a23170e6818338efa7445a44 (diff) | |
download | yosys-d9d50b0b0c4da21c9bf2b0f1499297368b808491.tar.gz yosys-d9d50b0b0c4da21c9bf2b0f1499297368b808491.tar.bz2 yosys-d9d50b0b0c4da21c9bf2b0f1499297368b808491.zip |
Merge branch 'master' into eddie/refactor_synth_xilinx
Diffstat (limited to 'misc/__init__.py')
-rw-r--r-- | misc/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/__init__.py b/misc/__init__.py new file mode 100644 index 000000000..330fd6d86 --- /dev/null +++ b/misc/__init__.py @@ -0,0 +1,5 @@ +import os +import sys +sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL) + +__all__ = ["libyosys"] |