mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 09:30:38 +02:00
Use library imports globally
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
import debug
|
||||
from base import design
|
||||
from tech import cell_properties as props
|
||||
from openram import debug
|
||||
from openram.base import design
|
||||
from openram.tech import cell_properties as props
|
||||
|
||||
|
||||
class write_driver(design):
|
||||
|
||||
Reference in New Issue
Block a user