From c39eab4b089f894332221db590f10baecbbd2a8a Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Wed, 8 May 2013 14:47:00 +0200 Subject: [PATCH] Fixed minor bug in mainz_a2_recv --- cts/source/mainz_a2_recv.vhd | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cts/source/mainz_a2_recv.vhd b/cts/source/mainz_a2_recv.vhd index 0d184f7..f13ad5b 100644 --- a/cts/source/mainz_a2_recv.vhd +++ b/cts/source/mainz_a2_recv.vhd @@ -175,11 +175,6 @@ begin end if; end process; - - - -- data_status_reg(4) signals timeout - - PROC_REG_INFO : process begin wait until rising_edge(CLK); @@ -191,7 +186,7 @@ begin data_status_reg(1) <= shift_reg(0); data_status_reg(2) <= xor_all(shift_reg(33 downto 1)); data_status_reg(3) <= shift_reg(34); - data_status_reg(3) <= timeout_seen; + data_status_reg(4) <= timeout_seen; -- check if start and control bit is 1 and parity is okay if shift_reg(34) = '1' and shift_reg(0) = '1' -- 2.43.0