Files
OpenRAM/compiler/drc/__init__.py
T

12 lines
326 B
Python
Raw Normal View History

2022-11-30 14:50:43 -08:00
# See LICENSE for licensing information.
#
2024-01-03 14:32:44 -08:00
# Copyright (c) 2016-2024 Regents of the University of California, Santa Cruz
2022-11-30 14:50:43 -08:00
# All rights reserved.
#
2022-07-13 10:57:56 -07:00
from .custom_cell_properties import *
from .custom_layer_properties import *
from .design_rules import *
from .module_type import *
from .drc_lut import *
from .drc_value import *