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

Warnings of uart_receiver to solve

Altera_Forum
Honored Contributor II
1,573 Views

The receiver of UART contains input pins like rxd,clk. and outpu pins like RDR whose value depend on the RXD.Now I got two warnings.1.Warning: Output pins(all) are stuck at VCC or GND,2.Warning: Design contains 5(all) input pin(s) that do not drive logic. As you may know that the output of the design completely depends on the input rxd which I didn't assign. Then I looked into the map viewer only finding there are no connections amount the pins.Help me.

0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
578 Views

How to deal with these kinds of warnings?? 

Warning: Output pins are stuck at VCC or GND 

Warning (13410): Pin "RDR[0]" is stuck at GND 

Warning (13410): Pin "RDR[1]" is stuck at GND 

Warning (13410): Pin "RDR[2]" is stuck at GND 

Warning (13410): Pin "RDR[3]" is stuck at GND 

Warning (13410): Pin "RDR[4]" is stuck at GND 

Warning (13410): Pin "RDR[5]" is stuck at GND 

Warning (13410): Pin "RDR[6]" is stuck at GND 

Warning (13410): Pin "RDR[7]" is stuck at GND 

Warning (13410): Pin "SETRDRF" is stuck at GND 

Warning (13410): Pin "WRONG" is stuck at GND 

Warning: Design contains 5 input pin(s) that do not drive logic 

Warning (15610): No output dependent on input pin "bclkX8" 

Warning (15610): No output dependent on input pin "RDRF" 

Warning (15610): No output dependent on input pin "sysclk" 

Warning (15610): No output dependent on input pin "RST_B" 

Warning (15610): No output dependent on input pin "RxD" 

Warning: No paths found for timing analysis
0 Kudos
Altera_Forum
Honored Contributor II
578 Views

I've got the similar warning:  

Warning: Reduced register "inst31" with stuck data_in port to stuck value VCC 

trying to compile a part of y design (Problem.jpg). 

I've found solution using buffer - carry (Sollution.jpg)
0 Kudos
Altera_Forum
Honored Contributor II
578 Views

Do you actually intend a FF, that can never be reset, execpt on power-on?

0 Kudos
Altera_Forum
Honored Contributor II
578 Views

your program may stuck at some point that lead to no reset or no evaluate to your signal . you may check your program carefully for logic error.

0 Kudos
Reply