From a0a4202ee332826095321337392a97fe9488e1a4 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sun, 29 Mar 2026 00:18:12 +0100 Subject: [PATCH] update manpage, html docs and help message (missing last cli options) --- doc/manpages/xschem.1.in | 16 ++++++++++++++++ doc/xschem_man/run_xschem.html | 1 + src/xschem.help | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/manpages/xschem.1.in b/doc/manpages/xschem.1.in index 4d622b15..35a306b4 100644 --- a/doc/manpages/xschem.1.in +++ b/doc/manpages/xschem.1.in @@ -78,6 +78,10 @@ Execute specified tcl commands after completing startup. Execute specified tcl file as a command script (perhaps with xschem commands). .TP +.B --command +Execute specified tcl commands after completing startup. +.TP + .B --diff Show differences with given file. .TP @@ -106,6 +110,10 @@ Set netlist type to tEDAx. Set netlist type to SPICE. .TP +.B --spectre +Set netlist type to SPECTRE. +.TP + .B -y, --symbol Set netlist type to symbol global property edit. .TP @@ -147,6 +155,14 @@ Use as output for plot export (png, svg, postscript/pdf) Use as a rc file for startup instead of the default xschemrc. .TP +.B --lastclosed +Open last closed file. +.TP + +.B --lastopened +Open last opened or saved file. +.TP + .B -p, --postscript, --pdf Export pdf schematic. .TP diff --git a/doc/xschem_man/run_xschem.html b/doc/xschem_man/run_xschem.html index 70d0f8c6..2767ae38 100644 --- a/doc/xschem_man/run_xschem.html +++ b/doc/xschem_man/run_xschem.html @@ -71,6 +71,7 @@ Options: -N <file> Set name (only name or full path) of top level netlist file. -t --tedax Set netlist type to tEDAx. -s --spice Set netlist type to SPICE. + --spectre Set netlist type to SPECTRE. -y --symbol Set netlist type to SYMBOL (used when drawing symbols) -x --no_x Don't use X (only command mode). -z --rainbow Use a rainbow-looking layer color table. diff --git a/src/xschem.help b/src/xschem.help index f7fb6265..32b63790 100644 --- a/src/xschem.help +++ b/src/xschem.help @@ -24,7 +24,7 @@ Options: -N Set name (only name or full path) of top level netlist file. -t --tedax Set netlist type to tEDAx. -s --spice Set netlist type to SPICE. - --spice Set netlist type to SPECTRE. + --spectre Set netlist type to SPECTRE. -y --symbol Set netlist type to SYMBOL (used when drawing symbols) -x --no_x Don't use X (only command mode). -z --rainbow Use a raibow-looking layer color table.