From 4ad0a95a371132da79651c94015ff3730859c1c1 Mon Sep 17 00:00:00 2001 From: Manuel Penschuck Date: Thu, 16 Oct 2014 21:32:17 +0200 Subject: [PATCH] CTS: Timestamp-Included flag was missing in the CTS header --- cts/source/cts.vhd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cts/source/cts.vhd b/cts/source/cts.vhd index 7d345df..b4e612c 100755 --- a/cts/source/cts.vhd +++ b/cts/source/cts.vhd @@ -444,9 +444,7 @@ begin FEE_DATA_OUT(24 downto 20) <= num_of_itc_used_i; end if; - FEE_DATA_OUT(25) <= ro_configuration_buf_i(2); - FEE_DATA_OUT(26) <= ro_configuration_buf_i(3); - + FEE_DATA_OUT(27 downto 25) <= ro_configuration_buf_i(4 downto 2); FEE_DATA_OUT(29 downto 28) <= EXT_HEADER_BITS_IN; FEE_DATA_WRITE_OUT <= '1'; -- 2.43.0