mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-07 02:58:49 +02:00
10 lines
169 B
Python
Executable File
10 lines
169 B
Python
Executable File
"""
|
|
Python GDS Mill Package
|
|
|
|
GDS Mill is a Python package for the creation and manipulation of binary GDS2 layout files.
|
|
"""
|
|
|
|
from tech import *
|
|
from ptx_port import *
|
|
|