Altera_Forum
Honored Contributor
15 years agowarning message
HI,
i dont understanding this warning message:" Warning (10034): Output port "SRAM_ADDR[2]" at DE2_TV.v(93) has no driver"?? please can somebody help me?HI,
i dont understanding this warning message:" Warning (10034): Output port "SRAM_ADDR[2]" at DE2_TV.v(93) has no driver"?? please can somebody help me?It means that the output specified is never given a value, but it is there in the code.
This means that the signal SRAM_ADDR[2] is not actively driven by the logic. Please check if this signal is connected.