sfx_ba_probe_node_name
Syntax
sfx_ba_probe_node_name=full | brief
Description
Specifies how to define the signal name if you set the sfx_ba_probe_node option to a value other than rep because the backannotated nodes need to be probed. The default value is brief.
-
brief: The probed backannotated nodes use the name in the DSPF file as the signal name. - full: The pre-layout node name and the character # is added as the prefix for the signal name.
For example, if a pre-layout node x1.mid has a pin xp1/mp:d, and you want to probe this pin as v(x1.mid#xp1/mp:d)
Return to top