]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
CTS: Timestamp-Included flag was missing in the CTS header
authorManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Thu, 16 Oct 2014 19:32:17 +0000 (21:32 +0200)
committerManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Thu, 16 Oct 2014 19:32:17 +0000 (21:32 +0200)
cts/source/cts.vhd

index 7d345dfa7bcf9ae948f8577bcda09e474743f2bb..b4e612c895401821aadd420f695e11b573274148 100755 (executable)
@@ -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';