From: Manuel Penschuck Date: Thu, 16 Oct 2014 19:32:17 +0000 (+0200) Subject: CTS: Timestamp-Included flag was missing in the CTS header X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4ad0a95a371132da79651c94015ff3730859c1c1;p=trb3.git CTS: Timestamp-Included flag was missing in the CTS header --- 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';