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:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user