Skip to content

Commit

Permalink
chore(acquisition_fifo_rd_uart.v): add stat_refreshed signal initiali…
Browse files Browse the repository at this point in the history
…zation to improve code clarity and avoid potential bugs
  • Loading branch information
Sped0n committed Oct 9, 2023
1 parent 00dc4a1 commit 06713d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ada.srcs/design/acquisition_fifo_rd_uart.v
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ module acquisition_fifo_rd_uart (
uart_tx_data <= 8'd0;
checksum <= 8'd0;
fetched <= 1'b0;
stat_refreshed <= 1'b0;
end else begin
case (state)
IDLE: begin
Expand Down

0 comments on commit 06713d2

Please sign in to comment.