You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verilator gives a warning:
%Warning-UNUSED: ../src/lowrisc_ip_uart_0.1/rtl/uart_core.sv:12: Bits of signal are not used: reg2hw[99:88]
This corresponds to the q and re bits for the status register. Should the register be declared hwo and not have hwre set? (I think at one point there were some read side-effects)
The text was updated successfully, but these errors were encountered:
On Mon, Sep 23, 2019 at 4:09 PM Eunchan Kim ***@***.***> wrote:
This looks like waived in the lint and it is OK as it is now. A few of the
fields in the register are used in the design
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#59?email_source=notifications&email_token=AAH2RSSJBC63SD6XFI6M2XLQLFED5A5CNFSM4ISTJWP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7MREIA#issuecomment-534319648>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAH2RSS7ET3ZV7RCVIXDXCTQLFED5ANCNFSM4ISTJWPQ>
.
Verilator gives a warning:
%Warning-UNUSED: ../src/lowrisc_ip_uart_0.1/rtl/uart_core.sv:12: Bits of signal are not used: reg2hw[99:88]
This corresponds to the q and re bits for the status register. Should the register be declared hwo and not have hwre set? (I think at one point there were some read side-effects)
The text was updated successfully, but these errors were encountered: