]> git.the-white-hart.net Git - vhdl/commitdiff
Add missing signal to sensitivity list
authorRyan <>
Tue, 30 Sep 2025 07:37:36 +0000 (02:37 -0500)
committerRyan <>
Tue, 30 Sep 2025 07:37:36 +0000 (02:37 -0500)
libraries/rs232/rs232_rx_opt.vhd

index 1873f1e62fe28a599c8315b0f7dd8b68945ed196..586e8b88b17f08a341dc82ed7363279e5f04caee 100644 (file)
@@ -84,7 +84,7 @@ begin
                end if;
        end process;
 
-       process (state_reg, rx_reg, clk_baud_in, baud_done, count_flush)
+       process (state_reg, rx_reg, clk_baud_in, baud_done, count_done, count_flush)
        begin
                next_state <= state_reg;
                baud_start <= '0';