mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
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 *
|