Altera_Forum
Honored Contributor
15 years agoStrange warnings in quartus 2
I have a system in which I am trying to run program code from sdram through sdram controller on the DE2 board. The clock signal for the SDRAM is generated from a clock signal output of PLL with phase shift of -3ns. After compiling I get the following strange warnings
Warning: Tri-state node(s) do not directly drive top-level pin(s) Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[15]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[15]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[14]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[14]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[13]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[13]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[12]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[12]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[11]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[11]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[10]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[10]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[9]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[9]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[8]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[8]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[7]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[7]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[6]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[6]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[5]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[5]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[4]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[4]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[3]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[3]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[2]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[2]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[1]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[1]" into an OR gate Warning: Converted the fan-out from the tri-state buffer "first_nios2_system:inst|sdram:the_sdram|zs_dq[0]" to the node "first_nios2_system:inst|sdram:the_sdram|za_data[0]" into an OR gate What do these strange warnings mean? Could they be the reason for my verify failed messages when I try to run program code? Help please!! Chase