Forum Discussion
Altera_Forum
Honored Contributor
14 years agocreate_generated_clock
Hi, Altera supports "create_generated_clock" constraints. I have few questions. 1. Does Altera supports gated clock conversion (like Synplify Pro) 2. If supports, what is the use of 'cre...
Altera_Forum
Honored Contributor
14 years agoQuartus has an option to convert gated clocks to clock enables.
create_generated_clock constrains are used when a) you use logic to divide a clock's frequency b) you use a PLL do derive a clock (although the derive_pll_clocks command does it automatically for you) c) you need to constrain a source synchronous interface (ie, you need to create a derived clock at the pin) d) ... probably a bunch of other situations