From 2a8199c3ca565a8501668c2a72ae468a39e1d232 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 2 Feb 2018 14:21:31 -0800 Subject: [PATCH] Force re-extract of cells in DRC/LVS. --- compiler/verify/magic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/verify/magic.py b/compiler/verify/magic.py index f21b0ca8..6bfa877e 100644 --- a/compiler/verify/magic.py +++ b/compiler/verify/magic.py @@ -86,7 +86,7 @@ def write_magic_script(cell_name, gds_name, extract=False): f.write("drc count total\n") f.write("drc count\n") if extract: - f.write("extract\n") + f.write("extract all\n") f.write("ext2spice hierarchy on\n") f.write("ext2spice scale off\n") # Can choose hspice, ngspice, or spice3,