Check for print statements in more files since we now use print_raw

This commit is contained in:
Matt Guthaus 2019-01-18 10:16:55 -08:00
parent f5f27073be
commit 23718b952f
1 changed files with 1 additions and 7 deletions

View File

@ -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