Forum Discussion
Hi, you can refer to the document below on the guidelines in using the signal probe:
Intel® Quartus® Prime Pro Edition User Guide: Debug Tools
Let me know if it helps.
- AEsqu6 years ago
Contributor
Thanks Richard.
So the GUI has been removed and I will have to edit the qsf or tcl.
Any reason why the GUI was removed?
- AEsqu6 years ago
Contributor
Richard,
I followed the doc and this seems to be not supported anymore (CONNECT_SIGNAL_PROBE_PIN is not in the list anymore):
In .qsf:
set_global_assignment -name CREATE_SIGNALPROBE_PIN kaya_r_io_D1
in quartus .tcl:
set_instance_assignment -name CONNECT_SIGNAL_PROBE_PIN kaya_r_io_D1 -to rfd_ic_i|u_top|u_core|u_atlas|A_flexcomm_array[3].A_flexcomm|A_flexcomm|A_minuart_gen.A_minuart_core|div_inst|clk_div_inst|z_mux_inst|z
ERROR: Illegal assignment name: CONNECT_SIGNAL_PROBE_PIN. Specify a legal assignment name. To view the list of legal assignment names, run "get_all_assignment_names".
get_all_assignment_names
BDF_FILE
VECTOR_TEXT_FILE
TEXT_FILE
VHDL_FILE
GDF_FILE
AHDL_FILE
INCLUDE_FILE
VERILOG_FILE
SYSTEMVERILOG_FILE
VERILOG_INCLUDE_FILE
VQM_FILE
EDIF_FILE
C_FILE
CPP_FILE
CPP_INCLUDE_FILE
CUSP_FILE
DSPBUILDER_FILE
ASM_FILE
HEX_FILE
VCD_FILE
MIF_FILE
VECTOR_WAVEFORM_FILE
ZIP_VECTOR_WAVEFORM_FILE
BSF_FILE
SYM_FILE
VECTOR_TABLE_OUTPUT_FILE
LMF_FILE
TCL_SCRIPT_FILE
QUARTUS_STANDARD_DELAY_FILE
QUARTUS_SBD_FILE
QUARTUS_PTF_FILE
CDF_FILE
...