mirror of https://github.com/VLSIDA/OpenRAM.git
13 lines
217 B
Python
13 lines
217 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
# See LICENSE for licensing information.
|
||
|
|
#
|
||
|
|
# Copyright (c) 2016-2022 Regents of the University of California
|
||
|
|
# All rights reserved.
|
||
|
|
#
|
||
|
|
|
||
|
|
"""
|
||
|
|
Import tech specific modules.
|
||
|
|
"""
|
||
|
|
|
||
|
|
from .tech import *
|