mirror of https://github.com/VLSIDA/OpenRAM.git
Check for print statements in more files since we now use print_raw
This commit is contained in:
parent
f5f27073be
commit
23718b952f
|
|
@ -25,17 +25,11 @@ class code_format_test(openram_test):
|
|||
for code in source_codes:
|
||||
if re.search("gdsMill", code):
|
||||
continue
|
||||
if re.search("options.py$", code):
|
||||
continue
|
||||
if re.search("debug.py$", code):
|
||||
continue
|
||||
if re.search("testutils.py$", code):
|
||||
continue
|
||||
if re.search("globals.py$", code):
|
||||
continue
|
||||
if re.search("openram.py$", code):
|
||||
continue
|
||||
if re.search("sram.py$", code):
|
||||
if re.search("testutils.py$", code):
|
||||
continue
|
||||
if re.search("gen_stimulus.py$", code):
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in New Issue