From f25d3f8db5e7218bb0c4f34811b26aa5d7d4549b Mon Sep 17 00:00:00 2001
From: stefan schippers
Date: Sun, 23 Jun 2024 11:27:55 +0200
Subject: [PATCH] add `global=...` attribute description on component instances
in xschem manual
---
doc/xschem_man/component_property_syntax.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/xschem_man/component_property_syntax.html b/doc/xschem_man/component_property_syntax.html
index c61224b1..5ceb672d 100644
--- a/doc/xschem_man/component_property_syntax.html
+++ b/doc/xschem_man/component_property_syntax.html
@@ -119,6 +119,11 @@ name="mchanged_name" model=\"nmos\" w="20u" l="3u" m="10"
is simulated as part of a bigger system which has its own (at higher hierarchy level)
netlistcomponent for Spice commands.
+ global
+ A global=true attribute on instances of label type symbols (like
+ lab_pin.sym, lab_net.sym, vdd.sym, gnd.sym)
+ will set the specified node to global in SPICE netlists, adding a .GLOBAL statement line for the node.
+ This will override symbol global=... setting if any.
lock
A lock=true attribute will make the symbol not editable. the only way to make it editable again is
to double click on it to bring up the edit attributes dialog box and set to false. This is useful for title