OpenRAM/technology/freepdk45/tech/__init__.py

14 lines
328 B
Python
Raw Normal View History

# See LICENSE for licensing information.
#
2019-05-06 15:50:15 +02:00
#Copyright (c) 2016-2019 Regents of the University of California and The Board
#of Regents for the Oklahoma Agricultural and Mechanical College
#(acting for and on behalf of Oklahoma State University)
#All rights reserved.
#
2016-11-08 18:57:35 +01:00
"""
2018-01-20 01:19:05 +01:00
Import tech specific modules.
2016-11-08 18:57:35 +01:00
"""
2019-03-06 16:41:38 +01:00
from .tech import *
2016-11-08 18:57:35 +01:00