.global
.globalnode1[node2...noden]
Description
Defines the global nodes. The Spectre FX simulator connects all the references to a global node name, at any hierarchical level, to the same node.
Arguments
| Name | Description |
|---|---|
Example
.global vdd gnd
Tells the Spectre FX simulator to define vdd and gnd as global nodes.
Return to top