mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-07 11:21:14 +02:00
Change permissions on tests to +x. Add single bank wmask test.
This commit is contained in:
Regular → Executable
+2
-2
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user