Skip to content

Commit 06713d2

Browse files
committed
chore(acquisition_fifo_rd_uart.v): add stat_refreshed signal initialization to improve code clarity and avoid potential bugs
1 parent 00dc4a1 commit 06713d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ada.srcs/design/acquisition_fifo_rd_uart.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ module acquisition_fifo_rd_uart (
150150
uart_tx_data <= 8'd0;
151151
checksum <= 8'd0;
152152
fetched <= 1'b0;
153+
stat_refreshed <= 1'b0;
153154
end else begin
154155
case (state)
155156
IDLE: begin

0 commit comments

Comments
 (0)