Altera_Forum
Honored Contributor
12 years agoInput port SERIESTERMINATIONCONTROL of I/O output buffer is not connected to a termin
I have an old build from Quartus 8.1 that I recompiled in Quartus 13.0.1. I am using a Cyclone III.
When I compile the first time, it works. If I change nothing and just click compile again, I get a list of errors saying Error (15857): Input port SERIESTERMINATIONCONTROL of I/O output buffer "ad_rst~output" must be connected to a termination block In my *.qsf the only descriptions I have for "ad_rst" are set_instance_assignment -name IO_STANDARD "1.8 V" -to ad_rst set_location_assignment PIN_C10 -to ad_rst set_instance_assignment -name FAST_OUTPUT_REGISTER ON -to ad_rst set_instance_assignment -name OUTPUT_TERMINATION "SERIES 50 OHM WITH CALIBRATION" -to ad_rst and in my Verilog top program this node is defined as inout ad_rst; This is one example of several nodes with the same issue. Any suggestions? Thanks in advance for you help.