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 write_driver_test(openram_test):
def runTest(self):
globals.init_openram("config_{0}".format(OPTS.tech_name))
globals.init_openram("{}/config".format(OPTS.tech_name))
# check write driver array for single port
debug.info(2, "Testing write_driver_array for columns=8, word_size=8")