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
+2 -2
View File
@@ -10,10 +10,10 @@ Some baseline functions to run scripts.
"""
import os
import debug
import subprocess
import time
from globals import OPTS
from openram import debug
from openram import OPTS
def run_script(cell_name, script="lvs"):