Article ID: 000079451 Content Type: Error Messages Last Reviewed: 04/17/2023

Error ID 15629: Atom "lcell_inst" is dependent on unconnected input ports

Environment

    Intel® Quartus® Prime Design Software
    PLL Reconfig Intel® FPGA IP
BUILT IN - ARTICLE INTRO SECOND COMPONENT
Description

You might see this error when instantiating a PLL_RECONFIG Intel® FPGA IP in the Quartus® II  software versions 13.0 SP1 and earlier.

Resolution

Add the following parameter in the Quartus II Settings File (.qsf) for your project:

set_instance_assignment -name adv_netlist_opt_allowed "never allow" -to <name>

Here is an example:

set_instance_assignment -name ADV_NETLIST_OPT_ALLOWED "NEVER ALLOW" -to      "qsys_pcie:u0|altera_pll_reconfig_top:pll_reconfig_0"

 

Additional information

This problem is fixed in the Quartus II software v19.1.

Related Products

This article applies to 3 products

Intel® Arria®
Intel® Cyclone®
Intel® Stratix®

1