mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-31 10:15:46 +02:00
Clean up config file organization. Improve gdsMill debug output.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user