From ba489f02916ee1a11e0a0de07693953faeb9d45b Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 17 Jan 2018 07:38:29 -0800 Subject: [PATCH] Only check if using magic with freepdk when LVSDRC is enabled. --- compiler/verify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/verify/__init__.py b/compiler/verify/__init__.py index e960f630..8cbbb24f 100644 --- a/compiler/verify/__init__.py +++ b/compiler/verify/__init__.py @@ -24,7 +24,7 @@ else: OPTS.lvs_exe = get_tool("LVS",["calibre","assura","netgen"]) OPTS.pex_exe = get_tool("PEX",["calibre","magic"]) -if OPTS.tech_name == "freepdk45": +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: