From e591176211a68326eea907945c0e72f5f9f9a3ef Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 13 Sep 2018 15:26:03 -0700 Subject: [PATCH] Change default to scn4m --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index 7a7d0098..6d5e9b63 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -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)