mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 09:30:38 +02:00
added debug.info to logging
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user