yosys/__init__.py

4 lines
70 B
Python
Raw Normal View History

import os
import sys
sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)