Use library imports globally

This commit is contained in:
Eren Dogan
2022-11-27 13:01:20 -08:00
parent 037468d88d
commit fccdc3c45b
455 changed files with 3254 additions and 3083 deletions
+3 -3
View File
@@ -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):