From fa4da4ba0bd0679059982cb9fd7ccc820d00bd40 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 19 Aug 2019 21:58:32 +0200 Subject: [PATCH] Doc typo fixed. --- src/lay/lay/doc/manual/lvs_compare.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lay/lay/doc/manual/lvs_compare.xml b/src/lay/lay/doc/manual/lvs_compare.xml index 221bee1f6..1908fd2a1 100644 --- a/src/lay/lay/doc/manual/lvs_compare.xml +++ b/src/lay/lay/doc/manual/lvs_compare.xml @@ -119,11 +119,11 @@ same_device_classes("NMOS_IN_LAYOUT", "NMOS_IN_SCHEMATIC")

To eliminate all capacitors with a capacitance value below a certain threshold, use the - max_caps function. This will + min_caps function. This will eliminate all capacitances with a value <= 0.1fF:

-
max_caps(1e-16)
+
min_caps(1e-16)

How the compare algorithm works