Altera_Forum
Honored Contributor
17 years agoTimequest Help needed for proper analysis
HI, all i am quire new bie to timing verification.
as per datasheet and alterforum, i able to constranin the design. but i can't able to analysis the result. i notice from the timeqeust clock network delay is 3.9 ns, how to reduce this delay. here is the constrain and errors in jpg, any reply is highly apprieciated. # # DEVICE "EP2S60F1020C5" set_time_format -unit ns -decimal_places 3 # ************************************************************** # Create Clock # ************************************************************** create_clock -name {H1_IN} -period 14.705 -waveform { 0.000 7.352 } [get_ports {H1_IN}] -add create_clock -name {DOT_CLOCK} -period 2.941 -waveform { 0.000 1.470 } [get_ports {DOT_CLOCK}] -add create_clock -name {DOUBLE_SEL_CLK} -period 2.941 -waveform { 0.000 1.470 } [get_ports {DOUBLE_SEL_CLK}] -add create_clock -name {CLK_IN} -period 14.925 -waveform { 0.000 7.462 } [get_ports {CLK_IN}] -add # ************************************************************** # Create Generated Clock # ************************************************************** create_generated_clock -name {DOUBLE_SEL} -source [get_ports {DOUBLE_SEL_CLK}] -divide_by 2 -master_clock {DOUBLE_SEL_CLK} [get_nets {CLK_DIV|lpm_counter_component|auto_generated|safe_q[0]}] -add create_generated_clock -name {DOUBLE_CLK} -source [get_ports {DOUBLE_SEL_CLK}] -master_clock {DOUBLE_SEL_CLK} [get_keepers {inst1240}] -add derive_pll_clocks -use_tan_name # ************************************************************** # Set Clock Groups # ************************************************************** set_clock_groups -exclusive -group [get_clocks { altpll0:inst21|altpll:altpll_component|_clk0 CLK_IN }] -group [get_clocks { DOT_CLOCK }] -group [get_clocks { DOUBLE_SEL_CLK }] -group [get_clocks { H1_IN }] regards, baba