Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers

warning message

Altera_Forum
Honored Contributor II
1,766 Views

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?
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
599 Views

It means that the output specified is never given a value, but it is there in the code.

0 Kudos
Altera_Forum
Honored Contributor II
599 Views

This means that the signal SRAM_ADDR[2] is not actively driven by the logic. Please check if this signal is connected.

0 Kudos
Reply