Altera_Forum
Honored Contributor
16 years agoOutput_Pin tming not met in TimeQuest.
Hi
I have a problem in TimeQuest. Timing requirement mot met from regster to output_pin. //********************** My .sdc file contain following commands set_output_delay -max 0.2 -clock $rd_clk [get_ports out_data [*]] set_output_delay -min 0.1 -clock $rd_clk [get_ports out_data [*]] set_output_delay -max 0.2 -clock $rd_clk [get_ports out_data_vld] set_output_delay -min 0.1 -clock $rd_clk [get_ports out_data_vld] ** max,min delay are ideal value. I can modify them. //********************** and I set "FAST_OUTPUT_REGISTER ON -to out_data_vld","FAST_OUTPUT_REGISTER ON -to out_data", and "PHYSICAL_SYNTHESIS_EFFORT EXTRA" in qsf file. so I think this is phisical problem. No effect changing with "Physical systhesis effort" && "Preform register duplication". What should I do? Do I have to give up to use this device in this frequency? Thanks!