Warning (13028): Removed fan-out from the always-disabled I/O buffer....
Hello,
I am getting the following warnings related to two 74541 Octal Buffers (See image below):
Warning (13027): Removed fan-outs from the following always-disabled I/O buffers
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst45|12" to the node "DSP1_EMIF1_D[3]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst45|14" to the node "DSP1_EMIF1_D[2]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst45|7" to the node "DSP1_EMIF1_D[1]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst45|5" to the node "DSP1_EMIF1_D[0]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst46|24" to the node "DSP1_EMIF1_D[15]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst46|26" to the node "DSP1_EMIF1_D[14]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst46|19" to the node "DSP1_EMIF1_D[13]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst46|17" to the node "DSP1_EMIF1_D[12]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst46|12" to the node "DSP1_EMIF1_D[11]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst46|14" to the node "DSP1_EMIF1_D[10]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst46|7" to the node "DSP1_EMIF1_D[9]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst46|5" to the node "DSP1_EMIF1_D[8]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst45|24" to the node "DSP1_EMIF1_D[7]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst45|26" to the node "DSP1_EMIF1_D[6]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst45|19" to the node "DSP1_EMIF1_D[5]"
Warning (13028): Removed fan-out from the always-disabled I/O buffer "Sheet505:inst18|74541:inst45|17" to the node "DSP1_EMIF1_D[4]"
DI_INT_CS4_ is not connected. Is that is what is causing the warning?
I connected DI_INT_CS4_ to Vcc, but I am still getting the warning
I had thought the two 74541 would be removed during the compilation. The reason for not connecting DI_INT_CS4 is that I use the design in two CPLDs. One of the CPLDs uses part of the design and the other CPLD uses the other part of the design.
Is there a setting that would allow the compiler to remove the parts of the design that are not used.
Thanks,
Steven
So what is the issue and your goal at this point? You have disabled tri-state buffers that are not being used in the design.
Also, it should be mentioned that there is no tri-state logic internal to the FPGA fabric, only in the I/O cells, so that may be part of the issue here as well. Note "I/O buffer" in the warning.
If you are trying to determine what resources are being used and what has been removed, use the Technology Map Viewer (Post-fitting) to see a schematic of the used device resources post-fit.