SDe_J
Occasional Contributor
7 years agoProblem with signaltap implementation on a stratix 10 development kit
Hello Intel forums,
I have implemented a project using a stratix 10 development kit. I can compile and program the board without problems, unless I include a signaltap instance.
When I include a signaltap instance, the project still compiles, but I get this warning during the timing analysis:
Warning(332182): No path is found satisfying assignment "set_max_skew -from [get_registers {auto_fab_0|alt_sld_fab_0|alt_sld_fab_0|auto_signaltap_auto_signaltap_0|sld_signaltap_inst|sld_signaltap_body|sld_signaltap_body|intel_stp_status_bits_cdc_u1|stp_status_bits_in_reg[*]}] -to [get_registers {auto_fab_0|alt_sld_fab_0|alt_sld_fab_0|auto_signaltap_auto_signaltap_0|sld_signaltap_inst|sld_signaltap_body|sld_signaltap_body|intel_stp_status_bits_cdc_u1|stp_status_bits_out[*]}] 1.000 ". This assignment will be ignored. (I actually get 6 copies of the warning)
When I program the board with signaltap, the programming occurs without error, but I still get the 'program the device to continue message'. Additionally, when I click the `Acquire` button, I get this error message:
Error(261005): Can't find the instance. Download a design with SRAM Object File containing this instance. It seems to me that the signaltap is being ignored due to the warning above, but I'm not sure how to fix it.
I am using Quartus pro 18.0
Any assistance would be greatly appreciated,
-Sam