OpenRAM/technology/freepdk45/tech/__init__.py

14 lines
332 B
Python
Raw Normal View History

# See LICENSE for licensing information.
#
2023-01-29 07:56:27 +01:00
# Copyright (c) 2016-2023 Regents of the University of California and The Board
2019-06-14 17:43:41 +02:00
# 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