Rename config_20 to config since it is used in all tests

This commit is contained in:
Matt Guthaus
2019-03-08 10:47:41 -08:00
parent 196710ec3e
commit 0354e2dfb7
90 changed files with 88 additions and 88 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import debug
class tri_gate_array_test(openram_test):
def runTest(self):
globals.init_openram("config_20_{0}".format(OPTS.tech_name))
globals.init_openram("config_{0}".format(OPTS.tech_name))
debug.info(1, "Testing tri_gate_array for columns=8, word_size=8")
a = factory.create(module_type="tri_gate_array", columns=8, word_size=8)