Altera_Forum
Honored Contributor
18 years agoTimeQuest range values for time values
I've run into an interesting problem while specifying a time value for the create_generated_clock command:
create_generated_clock -name {diag_clk_21} -divide_by 4194304 -source [get_pins inst|the_pll|the_pll|altpll_component|pll|clk[2]] [get_pins inst100|lpm_counter_component|auto_generated|counter_cella21|regout] These are the errors that I am receiving: warning: the period, rise edge, or fall edge of clock: diag_clk_21 was found to be outside of the range of acceptable time values. the minimum acceptable time value is -2147483.647 and the maximum acceptable time value is 2147483.647. this clock will be ignored.warning: the calculated rise and fall waveform edges for clock: diag_clk_21 were found to be identical (rise: 0.000, fall: 0.000). this clock will be ignored. Does anyone have an idea of how to increase the range of acceptable values for the -divide_by option?