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.