Fix SCN3ME_SUBM stuff.

Update cells to be DRC clean with rule 5.5.b
Allow magic for FreePDK45 but not debugged.
Revert to older Magic tech file for SCN3ME_SUBM
This commit is contained in:
mrg
2019-05-26 22:28:16 -07:00
parent 9bb5041d93
commit 26146b6838
27 changed files with 515 additions and 1433 deletions
-3
View File
@@ -33,9 +33,6 @@ else:
OPTS.lvs_exe = get_tool("LVS", ["calibre","assura","netgen"], OPTS.lvs_name)
OPTS.pex_exe = get_tool("PEX", ["calibre","magic"], OPTS.pex_name)
if OPTS.check_lvsdrc and OPTS.tech_name == "freepdk45":
debug.check(OPTS.drc_exe[0]!="magic","Magic does not support FreePDK45 for DRC.")
if OPTS.drc_exe == None:
from .none import run_drc,print_drc_stats
elif "calibre"==OPTS.drc_exe[0]: