diff --git a/doc/html/def.html b/doc/html/def.html index cd6d78c2..083ab6ab 100644 --- a/doc/html/def.html +++ b/doc/html/def.html @@ -29,7 +29,7 @@ Read or write DEF format files.
where option is one of the following:
-
read filename [-labels] +
read filename [-labels] [-annotate]
Read a DEF file filename[.def]
write [cell] [-units value]
Write DEF for current or indicated cell named cell @@ -70,6 +70,11 @@ Read or write DEF format files. file to be annotated with a label having the net name as the label text.

+ The "-annotate" option will add labels to a layout from a + DEF file, but will not add layer geometry or subcells. This is + useful for labeling all of the regular nets if the DEF file was + previously read without the -labels option.

+

Implementation Notes:

@@ -94,6 +99,6 @@ Read or write DEF format files. Return to command index -

Last updated: March 7, 2020 at 1:06pm

+

Last updated: March 30, 2022 at 5:31pm

diff --git a/doc/html/display.html b/doc/html/display.html new file mode 100644 index 00000000..de5fa4b4 --- /dev/null +++ b/doc/html/display.html @@ -0,0 +1,55 @@ + + + + +Magic-7.3 Command Reference + +

Magic VLSI Layout Tool Version 8.2 + *

+ +

display

+
+Print graphics mode information +
+ +

Usage:

+
+ display

+
+ +

Summary:

+
+ The display command prints the type of graphics being used. + The returned value is a string which may be one of the following: + "NULL", "X11", "OPENGL", "CAIRO", or + some typographical variant thereof. The returned string will be + equal to the string passed to the "-d" command-line option. + If no such option was given on the command line, then the value + reflects the default graphics mode in effect. +
+ +

Implementation Notes:

+
+ display is implemented as a built-in command in magic. +
+ +

+ + + +
Return to command index +
+

Last updated: March 30, 2022 at 5:26pm

+ +