Add utility script gen_stimulus.py to help create simulations for debugging.

This commit is contained in:
Matt Guthaus
2018-02-26 08:54:35 -08:00
parent cc99025279
commit a732405836
5 changed files with 105 additions and 11 deletions
@@ -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