From 371009ba80d4c5579dba0077158e765c98ddec44 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 18 May 2020 21:08:59 +0200 Subject: [PATCH] Fixed small typos in LVS doc text. --- src/lay/lay/doc/manual/lvs_compare.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/lay/lay/doc/manual/lvs_compare.xml b/src/lay/lay/doc/manual/lvs_compare.xml index 168cea4a1..d5de64f78 100644 --- a/src/lay/lay/doc/manual/lvs_compare.xml +++ b/src/lay/lay/doc/manual/lvs_compare.xml @@ -140,7 +140,7 @@ same_device_classes("POLYRES", nil)

- A relative tolerance is specified as an additonal forth parameter. You can set + A relative tolerance is specified as an additional forth parameter. You can set the absolute tolerance to zero to specify only relative tolerances. This will specify 1% tolerance for the "L" parameter of "NMOS" devices:

@@ -151,13 +151,14 @@ same_device_classes("POLYRES", nil) There is also a more explicit notation for the tolerance:

-
tolerance("NMOS", "L", :absolute => 0.05)
-tolerance("NMOS", "L", :relative => 0.01)
+
tolerance("NMOS", "L", :absolute => 0.05)

- This notation is equivalent to the two forms above. + or

+
tolerance("NMOS", "L", :relative => 0.01)
+

An absolute plus relative tolerance can be specified by giving both. The following calls will give you 50nm absolute and 1% relative tolerance for the "L"