Change default to scn4m

This commit is contained in:
Matt Guthaus 2018-09-13 15:26:03 -07:00
parent bf695f932a
commit e591176211
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def parse_args():
OPTS.tech_name = "scmos"
# Alias SCMOS to AMI 0.5um
if OPTS.tech_name == "scmos":
OPTS.tech_name = "scn3me_subm"
OPTS.tech_name = "scn4m_subm"
return (options, args)