Intel® Quartus® Prime Standard Edition User Guide: Debug Tools

ID 683552
Date 9/24/2018
Public
Document Table of Contents

4.2.7. Adding Signal Probe Sources

  • To assign the node name to a Signal Probe pin, type the following Tcl command:
    set_instance_assignment -name SIGNALPROBE_SOURCE <node name> \
    						-to <signalprobe pin name>
  • To turn off individual Signal Probe pins, specify OFF instead of ON with the following command:
    set_instance_assignment -name SIGNALPROBE_ENABLE ON \
    				-to <Signal Probe pin name>