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:
Michael Timothy Grimes 2018-08-29 16:01:25 -07:00
parent 29da8a5209
commit 7ef7c084cd
1 changed files with 1 additions and 1 deletions

View File

@ -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")