designEngineer
Occasional Contributor
7 years agoHow to report propagation delay from pin to pin with just combinational logic in between
The title basically says it all. If I have just combinational logic between two FPGA pins how can I report the propagation delay of that path in timing analyzer?
"report_timing -from [get_ports {input_pin}] -to [get_ports {output_pin}]" results in the message "Report Timing: No setup paths were found"
Am I doing something wrong or is there another way?
Thanks!
- Hi, This constraint could not be used for pin to pin, you have to use report_path instead. Please check the following chapter: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/mnl_sdctmq.pdf#page=140 Regards.