Fix error in 8mux test. Fix comment in all tests.

This commit is contained in:
Matt Guthaus
2018-11-02 16:34:26 -07:00
parent 6d48bdf55a
commit 6dd959b638
76 changed files with 79 additions and 77 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class write_driver_test(openram_test):
globals.end_openram()
# instantiate a copy of the class to actually run the test
# run the test from the command line
if __name__ == "__main__":
(OPTS, args) = globals.parse_args()
del sys.argv[1:]