From 4432d7ec00ca744f5c9c3312662dece73ffbe83a Mon Sep 17 00:00:00 2001 From: "R. Timothy Edwards" Date: Fri, 7 Aug 2026 08:53:31 -0400 Subject: [PATCH] Added help text for option "instance [list] celldef [name]", which was missing from the HTML documentation for the "instance" command. --- VERSION | 2 +- doc/html/instance.html | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index ba80bf4a..d961c8e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.680 +8.3.681 diff --git a/doc/html/instance.html b/doc/html/instance.html index 374d9dd6..e864faac 100644 --- a/doc/html/instance.html +++ b/doc/html/instance.html @@ -32,10 +32,12 @@ Operations on cell instances (uses).
[list] children [name]
List all of the children instances of cell use name, or the children of the currently selected cell instance. -
[list] parent [name] +
[list] parent name
List the parent cell definition of cell use name, or the parent of the currently selected cell instance. -
[list] exists|self [name] +
[list] celldef [name] +
List the cell definition of cell use name. +
[list] exists|self|instances [name]
Returns the name of the instance if the cell exists, or false (0) if the instance does not exist (is not loaded into the database; the cell may still exist on disk). If name