[FPGA]

[altera] Error: {variation_name}_p0_pin_map.tcl: Failed to find PLL reference clock

Neo Park 2015. 11. 16. 17:48

Description

You may see the above error when the PLL reference clock input to the UniPHY-based memory controller is fed from another PLL. While it is not recommended to cascade PLLs, it is allowed and the design should compile with warnings but no errors.

The cause of the above error is that the number of hierarchical levels for the reference clock has exceeded the value in the <variation_name>_p0_get_input_clk_id procedure in the <variation_name>_p0_pin_map.tcl file.

Workaround / Fix

Perform the following steps to fix the error:

  • Open the <variation_name>_p0_pin_map.tcl file
  • Search for the string results_array 9
  • Change the value from 9 to a larger value, e.g. 20
  • Save the <variation_name>_p0_pin_map.tcl file
  • Re-compile the design and you should not see the above error