mirror of https://github.com/VLSIDA/OpenRAM.git
fixed typo that added two '/' characters to path sys command (i.e. from tech//SCN3ME_SUBM.30 to tech/SCN3ME_SUBM.30)
This commit is contained in:
parent
29da8a5209
commit
7ef7c084cd
|
|
@ -34,7 +34,7 @@ def write_magic_script(cell_name, gds_name, extract=False):
|
|||
f = open(run_file, "w")
|
||||
f.write("#!/bin/sh\n")
|
||||
f.write("{} -dnull -noconsole << EOF\n".format(OPTS.drc_exe[1]))
|
||||
f.write("path sys +{}/tech\n".format(OPTS.openram_tech))
|
||||
f.write("path sys +{}tech\n".format(OPTS.openram_tech))
|
||||
f.write("tech load SCN3ME_SUBM.30\n")
|
||||
#gf.write("scalegrid 1 8\n")
|
||||
#f.write("gds rescale no\n")
|
||||
|
|
|
|||
Loading…
Reference in New Issue