Forum Discussion
KhaiChein_Y_Intel
Regular Contributor
6 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.