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 dff_buf_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(2, "Testing dff_buf_array for 3x3")
a = factory.create(module_type="dff_buf_array", rows=3, columns=3)