sfx_ba_probe_node
Syntax
sfx_ba_probe_node=[valnet_name:val]
Description
Specifies how to probe the nodes in an RC NET. The net name with a wildcard can be specified to localize this option. If the NET name is not specified, it is considered global.
Possible values are rep, pin, all, gate, and primary_gate.
-
rep: Do not probe backannotated nodes. This is the default. -
pin: Probe the instance pins of the SPF net. -
all: Probe all instance pins and internal nodes of the SPF net. -
gate: Probe the instance pins of all device gates -
primary_gate: Probe the instance pins of the primary device gate (skip finger devices).
Return to top