Hi,
I'm using the last version of fifoed Avalon UART under Q13.0SP1, and I see the following warning related to it:
Warning (10858): Verilog HDL warning: object is_parity_error used but never assignedwire is_parity_error
The warning is clear, I'd like to understand if this wire (is_parity_error) not drived by anyone, and used in one expression, is dangling undrived because it's superfluos, or for some reason should be correctly drived by some logic (that in this case is missing), and so it's a kind of bug that could arise when a parity error happens...
Any experience?
Can we safely ignore this warning?
Best regards
Gianluca