Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

warning message

Altera_Forum
Honored Contributor II
1,811 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
644 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
644 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