mirror of https://github.com/VLSIDA/OpenRAM.git
Updated to include local magic rules
This commit is contained in:
parent
36bfd2932a
commit
6e332e581a
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in New Issue