Files
OpenRAM/technology/freepdk45/tech/__init__.py
T

14 lines
332 B
Python
Raw Normal View History

# See LICENSE for licensing information.
#
2023-01-28 22:56:27 -08:00
# Copyright (c) 2016-2023 Regents of the University of California and The Board
2019-06-14 08:43:41 -07: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 09:57:35 -08:00
"""
2018-01-19 16:19:05 -08:00
Import tech specific modules.
2016-11-08 09:57:35 -08:00
"""
2019-03-06 07:41:38 -08:00
from .tech import *
2016-11-08 09:57:35 -08:00