mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-07 11:21:14 +02:00
Use library imports globally
This commit is contained in:
@@ -5,14 +5,13 @@
|
||||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
from openram import debug
|
||||
from openram.base import vector
|
||||
from openram.sram_factory import factory
|
||||
from openram.tech import drc, layer
|
||||
from openram.tech import cell_properties as cell_props
|
||||
from openram import OPTS
|
||||
from .pgate import *
|
||||
import debug
|
||||
from tech import drc, layer
|
||||
from base import vector
|
||||
from .pgate import *
|
||||
from sram_factory import factory
|
||||
from tech import cell_properties as cell_props
|
||||
from globals import OPTS
|
||||
|
||||
|
||||
class column_mux(pgate):
|
||||
|
||||
Reference in New Issue
Block a user