mirror of https://github.com/VLSIDA/OpenRAM.git
Cleanup imports
This commit is contained in:
parent
681b3a91aa
commit
0118b73eec
|
|
@ -9,6 +9,7 @@ import os
|
||||||
import inspect
|
import inspect
|
||||||
import globals
|
import globals
|
||||||
import sys
|
import sys
|
||||||
|
import pdb
|
||||||
|
|
||||||
# the debug levels:
|
# the debug levels:
|
||||||
# 0 = minimum output (default)
|
# 0 = minimum output (default)
|
||||||
|
|
@ -16,8 +17,6 @@ import sys
|
||||||
# 2 = verbose
|
# 2 = verbose
|
||||||
# n = custom setting
|
# n = custom setting
|
||||||
|
|
||||||
import globals
|
|
||||||
import pdb
|
|
||||||
|
|
||||||
|
|
||||||
def check(check, str):
|
def check(check, str):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue