Make unit test configs generic to tech_name

This commit is contained in:
Matthew Guthaus
2019-11-17 00:44:31 +00:00
parent b3b3cf0210
commit b3fb4e3183
114 changed files with 114 additions and 167 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import debug
class dff_array_test(openram_test):
def runTest(self):
config_file = "{}/tests/{}/config".format(os.getenv("OPENRAM_HOME"), OPTS.tech_name)
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))
globals.init_openram(config_file)
debug.info(2, "Testing dff_array for 3x3")