Altera_Forum
Honored Contributor
13 years agoCryptic warning message when trying to constrain DDR input
I get the following warning from Quartus II 12.0sp1 when compiling a source synchronous DDR input interface to the FPGA:
Warning (176441): The I/O pin adcIn[0] cannot meet the timing constraints due to conflicting requirements. The I/O pin is a PLL compensated I/O, but the setup/hold requirements are in conflict with the source PLL mode(source synchronous or ZDB ) The PLL is set to source synchronous mode with a 90 degree phase shift. The input min and max delays are set to zero, so this should not be a problem, but even so the timing requirements are not met. Here are the SDC commands I'm using for the DDR inputs: set_input_delay -clock adcClk-max 0 [get_ports adcIn*] -add_delay set_input_delay -clock adcClk -min -0 [get_ports adcIn*] -add_delay set_input_delay -clock adcClk -max 0 [get_ports adcIn*] -clock_fall -add_delay set_input_delay -clock adcClk -min -0 [get_ports adcIn*] -clock_fall -add_delay I have no idea what this message means by "in conflict". What is it that is in conflict?