Forum Discussion
Altera_Forum
Honored Contributor
11 years agoLooks like this issue is fixed in 14.1 I added a 100Mhz user0 clock to the GHRD and this was in the FPGA interfaces .sdc file:
create_clock -period 10.0 [get_pins -compatibility_mode *|fpga_interfaces|clocks_resets|h2f_user0_clk] So I think all you need to do is create/add this constraint in your own user constraints file: create_clock -period 40.0 [get_pins -compatibility_mode *|fpga_interfaces|clocks_resets|h2f_user0_clk]