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
@@ -19,7 +19,7 @@ import debug
class pbitcell_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 4x4 array for multiport bitcell, with read ports at the edge of the bit cell")