commit | 9d75b80410f2801600353336a06354719171b6e7 | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Fri Jul 02 13:50:50 2021 -0700 |
committer | tjaychen <timothytim@google.com> | Wed Jul 07 16:58:45 2021 -0700 |
tree | 4a10fe7539e287fe2beeb8966c5a6d66f4145241 | |
parent | 1d046cee10b7d152a623379f603964fa049cca94 [diff] |
[uart] Minor lint fix Signed-off-by: Timothy Chen <timothytim@google.com>
diff --git a/hw/ip/uart/rtl/uart_core.sv b/hw/ip/uart/rtl/uart_core.sv index 11235ad..467fa3a 100644 --- a/hw/ip/uart/rtl/uart_core.sv +++ b/hw/ip/uart/rtl/uart_core.sv
@@ -489,4 +489,8 @@ .intr_o (intr_rx_parity_err_o) ); + // unused registers + logic unused_reg; + assign unused_reg = ^reg2hw.alert_test; + endmodule