Updated to include local magic rules

This commit is contained in:
Matt Guthaus 2018-08-15 09:46:23 -07:00
parent 36bfd2932a
commit 6e332e581a
3 changed files with 7892 additions and 0 deletions

View File

@ -78,6 +78,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("tech load SCN3ME_SUBM.30\n")
#gf.write("scalegrid 1 8\n")
#f.write("gds rescale no\n")

View File

@ -0,0 +1,10 @@
The file SCN3ME_SUBM.30.tech is from qflow 1.2 and has the following
license information:
---------------------------------------------------------------
Tim Edwards
Open Circuit Design
v1.0 April 2013
v1.1 May 2015
v1.2 April 2017
---------------------------------------------------------------
GPL Copyright (c) 2017

File diff suppressed because it is too large Load Diff