Forum Discussion
Altera_Forum
Honored Contributor
8 years agoYou shouldn't need to define output clocks. Only inputs.
If you do want to define an output clock, that is done using a different command:
# Create a generated clock: -name = name of new clock, -divide_by = output frequency is input divided by this, -source = original clock, then end of line is the target signal where output clock is.
create_generated_clock -name clk_divider_out -divide_by 2048000 -source clk clk_divider:clk_module|signal_level