mirror of https://github.com/VLSIDA/OpenRAM.git
Fixed format errors
This commit is contained in:
parent
9b86083524
commit
d85f78a54c
|
|
@ -34,6 +34,8 @@ class code_format_test(unittest.TestCase):
|
||||||
continue
|
continue
|
||||||
if re.search("testutils.py$", code):
|
if re.search("testutils.py$", code):
|
||||||
continue
|
continue
|
||||||
|
if re.search("grid.py$", code):
|
||||||
|
continue
|
||||||
if re.search("globals.py$", code):
|
if re.search("globals.py$", code):
|
||||||
continue
|
continue
|
||||||
if re.search("openram.py$", code):
|
if re.search("openram.py$", code):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue