mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-31 18:25:18 +02:00
Add utility script gen_stimulus.py to help create simulations for debugging.
This commit is contained in:
@@ -35,6 +35,8 @@ class code_format_test(openram_test):
|
||||
continue
|
||||
if re.search("openram.py$", code):
|
||||
continue
|
||||
if re.search("gen_stimulus.py$", code):
|
||||
continue
|
||||
errors += check_print_output(code)
|
||||
|
||||
# fails if there are any tabs in any files
|
||||
|
||||
Reference in New Issue
Block a user