Altera_Forum
Honored Contributor
7 years agoInout pin Warning
Hi,
I am using Quartus version 17.1. I am receiving this warning message: Warning (12620): Input port OE of I/O output buffer "fx3_dq[1]~output" is not connected, but the atom is driving a bi-directional pin from Quartus while compiling. fx3_dq is 8 bits wide and is an inout wire connected from another module to the top level. Why am I receiving this message? I found this page : https://www.altera.com/support/support-resources/knowledge-base/solutions/rd01262015_264.html but it says this only occurs in version 14.1 and earlier. I also created tried changing the output by assigning it to high if an output enable signal is high and low if low, but I still receive this message. -Thank you