Clean up config file organization. Improve gdsMill debug output.

This commit is contained in:
Matt Guthaus
2019-10-23 10:48:18 -07:00
parent e4b490051d
commit 764d4da1bd
119 changed files with 126 additions and 122 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import debug
class tri_gate_array_test(openram_test):
def runTest(self):
globals.init_openram("config_{0}".format(OPTS.tech_name))
globals.init_openram("{}/config".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)