Forum Discussion
RDM
New Contributor
7 years agoWhy Gated clock design has better FMAX?
I've been reading "RTL Hardware Design Using VHDL: Coding for Efficiency, Portability, and Scalability" by Pong P. Chu. I'm in section 9.1.2 ("Misuse of gated clocks"), which explains that we should ...
KhaiChein_Y_Intel
Regular Contributor
7 years agoHi,
The constraint should be create_clock -name clk -period 50MHz [get_ports {clk}]
Note that the result might vary even if the same design is compiled for several times due to different placement and routing.
Thanks.