What IO standard(s) require settings involving "Half VCCIO" and "Half Signal Swing"
I have compiled an example design from Intel in QPP 18.1 and I am getting errors with the following settings:
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -rise
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -fall
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -rise
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -fall
This seems to be a know issue (error 20403) and there is an article posted by Intel dated 24 Jan 2019. The syntax suggested is not fully helpful because it does not state which IO standard(s) require its pins to have the "Output_IO_Timing_near_end_vmeas" and "Output_IO_Timing_far_end_vmeas" settings. Is this only for LVDS pins?