Change is_unit_test to False by default

This commit is contained in:
Eren Dogan
2022-11-21 14:52:57 -08:00
parent 998d9b97f0
commit e718106d87
234 changed files with 235 additions and 235 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class write_driver_test(openram_test):
def runTest(self):
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))
globals.init_openram(config_file)
globals.init_openram(config_file, is_unit_test=True)
# check write driver array for single port
debug.info(2, "Testing write_driver_array for columns=8, word_size=8")