mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
Use library imports globally
This commit is contained in:
@@ -5,16 +5,17 @@
|
||||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
import debug
|
||||
from base import design
|
||||
import math
|
||||
from sram_factory import factory
|
||||
from base import vector
|
||||
from globals import OPTS
|
||||
from tech import layer_indices
|
||||
from tech import layer_stacks
|
||||
from tech import layer_properties as layer_props
|
||||
from tech import drc
|
||||
from openram import debug
|
||||
from openram.base import design
|
||||
from openram.base import vector
|
||||
from openram.sram_factory import factory
|
||||
from openram.tech import layer_indices
|
||||
from openram.tech import layer_stacks
|
||||
from openram.tech import layer_properties as layer_props
|
||||
from openram.tech import drc
|
||||
from openram import OPTS
|
||||
|
||||
|
||||
class hierarchical_decoder(design):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user