mirror of https://github.com/VLSIDA/OpenRAM.git
added debug.info to logging
This commit is contained in:
parent
db04fff20d
commit
9c8090d94b
|
|
@ -70,3 +70,6 @@ def info(lev, str):
|
|||
else:
|
||||
class_name=mod.__name__
|
||||
print("[{0}/{1}]: {2}".format(class_name,frm[0].f_code.co_name,str))
|
||||
log("[{0}/{1}]: {2}".format(class_name,frm[0].f_code.co_name,str))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue