From 6f5e6ffd499362ef21f8414edd0354fc425986d5 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Wed, 27 Aug 2025 00:15:05 +0200 Subject: [PATCH] doc updates (spectre global=ground specificaton for net names) --- doc/xschem_man/symbol_property_syntax.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/xschem_man/symbol_property_syntax.html b/doc/xschem_man/symbol_property_syntax.html index 3fa816f7..0cd88cbb 100644 --- a/doc/xschem_man/symbol_property_syntax.html +++ b/doc/xschem_man/symbol_property_syntax.html @@ -493,6 +493,10 @@ m5 net1 b net2 VSSPIN nlv w=wn l=ln geomod=0 m=1
  • global
  • a global=true property in a label type symbol will declare the corresponding net as 'global'. +
    For spectre netlists a global=ground attribute will specify a ground node + (an alias for the '0' node) spiec netlister ignores the ground specification and will + just set the node as global. + In spectre netlist ground nodes are also global. Global nets in spice netlists are like global variables in a C program, these nets are accessible at any hierarchical level without the need of passing them through pin connections.