mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 09:58:33 +02:00
Don't skip grid format checks
This commit is contained in:
@@ -31,8 +31,6 @@ class code_format_test(openram_test):
|
||||
continue
|
||||
if re.search("testutils.py$", code):
|
||||
continue
|
||||
if re.search("grid.py$", code):
|
||||
continue
|
||||
if re.search("globals.py$", code):
|
||||
continue
|
||||
if re.search("openram.py$", code):
|
||||
|
||||
Reference in New Issue
Block a user