Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

how to constraint the gated clock in the Timequest?

i need to use gated clock in my design, and like following: module prac ( a, b, rst_n, out ); input a; input b; input rst_n; ...