Altera_Forum
Honored Contributor
15 years agomultiple clock frequency constraints
I am working on a design which uses a common clock, but there will be two operating modes where the clock will be at different frequencies. In the case of the lower frequency being used, all logic will be enabled, but for the higher frequency case certain portions of logic will be held in reset as they are not required for that mode. The clock will be sourced externally (the frequency change will be external). How can I constrain the clock such that the logic sections that are not required at the higher frequency are constrained to only meet the lower clock frequency, and the rest of the logic is constrained to the higher clock frequency? Would it be valid to use a gated clock to the lower frequency logic sections?