21.13.1.52 remove_probe_insertion_point
(Ask a Question)Description
This Tcl command removes probe point from probe insertion list. The command will fail if the net name or driver are not specified or are incorrect.
Deleting probes from the probes list without clicking 'Run' does not automatically remove the probes from the design.
Probe Insertion feature disabled in the SmartDebug Demo and Standalone modes.
remove_probe_insertion_point -net {net_name} -driver {driver_name}
Arguments
Parameter | Type | Description |
---|---|---|
net | string | Specify name of the existing net which is added in probe insertion list. This parameter is mandatory. |
driver | string | Specify driver name. This parameter is mandatory. |
Return Type | Description |
---|---|
None | Probe insertion operations are not supported in Standalone SmartDebug. |
Error Codes
Error Code | Description |
---|---|
None | No probe point with net: "net_name" and driver: "driver_name" is added to be removed. |
None | Parameter 'param_name' is not defined. Valid command formatting is 'remove_probe_insertion_point [-net "net_name"] [-driver "driver_name"] '. |
Supported Families
PolarFire |
PolarFire SoC |
SmartFusion 2 |
IGLOO 2 |
RTG4 |
Example
The following example removes probe from the probe insertion list:
remove_probe_insertion_point -net {count_c[0]} -driver {Counter_out[0]:Q}
See Also
add_probe_insertion_point
program_probe_insertion