mirror of https://github.com/VLSIDA/OpenRAM.git
14 lines
287 B
Python
14 lines
287 B
Python
"""
|
|
Python GDS Mill Package
|
|
|
|
GDS Mill is a Python package for the creation and manipulation of binary GDS2 layout files.
|
|
"""
|
|
|
|
from .gds2reader import *
|
|
from .gds2writer import *
|
|
#from .pdfLayout import *
|
|
from .vlsiLayout import *
|
|
from .gdsStreamer import *
|
|
from .gdsPrimitives import *
|
|
|