Change permissions on tests to +x. Add single bank wmask test.

This commit is contained in:
Matt Guthaus
2019-08-21 08:49:46 -07:00
parent 71af70a636
commit f2568fec80
5 changed files with 72 additions and 4 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ class write_mask_and_array_test(openram_test):
a = factory.create(module_type="write_mask_and_array", columns=8, word_size=8, write_size=4)
self.local_check(a)
debug.info(2, "Testing write_mask_and_array for columns=8, word_size=8, write_size=4")
debug.info(2, "Testing write_mask_and_array for columns=16, word_size=16, write_size=4")
a = factory.create(module_type="write_mask_and_array", columns=16, word_size=16, write_size=4)
self.local_check(a)
@@ -58,4 +58,4 @@ if __name__ == "__main__":
(OPTS, args) = globals.parse_args()
del sys.argv[1:]
header(__file__, OPTS.tech_name)
unittest.main(testRunner=debugTestRunner())
unittest.main(testRunner=debugTestRunner())