--- Quote Start ---
checkout help on "set_max_delay" in the TimeQuest Timing analyzer. From their man page:
# Apply a 2ns max delay for an input port to an output port (TPD)
set_max_delay -from [get_ports in
[*]] -to [get_ports out
[*]] 2.000
-Dinesh
--- Quote End ---
Thanks for replying. I have been trying that. I think the problem I have is that TimeQuest doesn't see any connection between my outputs and my inputs. The outputs go to an external circuit (external to the FPGA) and then return.
I've set my max delay to 2x my clock period, which should definitely cause some timing violations, but I see no change in the analysis.