Solved
Forum Discussion
khyam
New Contributor
4 years agoSolution:
Add below command to the afu.qsf file to set stp file
set_global_assignment -name VERILOG_MACRO "INCLUDE_REMOTE_STP"
then run the design using $run.sh command
or
Add this line to filelist.txt file.
+define+INCLUDE_REMOTE_STP
Then build the design using following command
afu_synth_setup --source filelist.txt build/stp
So, It will add signal tap host instance in the design.