X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/097d51b95594ff356620de1247efaf47fa11736c..f822acebac284df723c5196d47295f447c5338df:/dhwk/source/CONT_FSM.vhd diff --git a/dhwk/source/CONT_FSM.vhd b/dhwk/source/CONT_FSM.vhd index 67fc8a7..025c1e7 100644 --- a/dhwk/source/CONT_FSM.vhd +++ b/dhwk/source/CONT_FSM.vhd @@ -57,7 +57,7 @@ architecture CONT_FSM_DESIGN of CONT_FSM is constant ST_READ_3 :std_logic_vector (9 downto 0) := "0100111111" ;-- 13F constant ST_RD_FIFO_1 :std_logic_vector (9 downto 0) := "0000110011" ;-- 033 - constant ST_RD_FIFO_2 :std_logic_vector (9 downto 0) := "1000110011" ;-- 233 + constant ST_RD_FIFO_2 :std_logic_vector (9 downto 0) := "1100110011" ;-- 233 constant ST_WRITE_1 :std_logic_vector (9 downto 0) := "0111110010" ;-- 1F2