From fb953c19e8d9586ccc0466ec9df9958ed46b62c0 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 1 Mar 2021 16:36:27 -0800 Subject: [PATCH] Remove option that causes errors and is unused. --- compiler/verify/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/verify/__init__.py b/compiler/verify/__init__.py index b8e5175c..326771f8 100644 --- a/compiler/verify/__init__.py +++ b/compiler/verify/__init__.py @@ -72,7 +72,6 @@ elif "magic"==OPTS.pex_exe[0]: else: debug.warning("Did not find a supported PEX tool." + "Disable DRC/LVS with check_lvsdrc=False to ignore.", 2) -OPTS.calibre_pex = len(OPTS.pex_exe) > 0 and OPTS.pex_exe[0] == "calibre" # if OPTS.tech_name == "sky130": # if OPTS.magic_exe and "magic"==OPTS.magic_exe[0]: