ALTIOBUF - Enable input buffer dyamic delay chain
I get a series of errors when this feature is ticked in the ALTIOBUF:
Cyclone V
Quartus 20.1
Error (129036): Output port DATAOUT on atom "DQS_Diff_4:u_DQS_Diff_4|DQS_Diff_4_iobuf_bidir_3qg1:DQS_Diff_4_iobuf_bidir_3qg1_component|sd1", which is a cyclonev_delay_chain primitive, is not connected to a valid destination
Info (129025): Output port DATAOUT of atom "DQS_Diff_4:u_DQS_Diff_4|DQS_Diff_4_iobuf_bidir_3qg1:DQS_Diff_4_iobuf_bidir_3qg1_component|sd1" is driving the I input port of atom "DQS_in[0]~output", which is a cyclonev_io_obuf primitive
Info (129038): Input port DATAIN of a cyclonev_ddio_in primitive is a valid destination for output port DATAOUT on atom "DQS_Diff_4:u_DQS_Diff_4|DQS_Diff_4_iobuf_bidir_3qg1:DQS_Diff_4_iobuf_bidir_3qg1_component|sd1"
Info (129038): Input port D of a cyclonev_ff primitive is a valid destination for output port DATAOUT on atom "DQS_Diff_4:u_DQS_Diff_4|DQS_Diff_4_iobuf_bidir_3qg1:DQS_Diff_4_iobuf_bidir_3qg1_component|sd1"
If this feature is not ticked the design compiles successfully.
I have added two archived projects demonstrating the issue:
DQS_Test_1 : With Enable ticked
DQS_Test_2 : With Enable unticked
Where am I going wrong?