]> jspc29.x-matter.uni-frankfurt.de Git - soda.git/commitdiff
Major reconstruction ahead on tx_control data_FSM
authorPeter Lemmens <p.j.j.lemmens@rug.nl>
Wed, 30 Oct 2013 07:59:41 +0000 (08:59 +0100)
committerPeter Lemmens <p.j.j.lemmens@rug.nl>
Wed, 30 Oct 2013 07:59:41 +0000 (08:59 +0100)
forgot one file

source/soda_components.vhd

index 125b04bd38d3ee70933856057922b6873e956eba..ce9f7a063e31760e9b61b29c84fb190fbe981ab9 100644 (file)
@@ -9,8 +9,8 @@ use work.trb_net16_hub_func.all;
 
 package soda_components is
 
-       constant        c_NOT_IN_SYNC                                   : std_logic     := '1';                                 -- byt2word allignment of soda
-       constant        c_IN_SYNC                                               : std_logic     := '0';                                 -- byt2word allignment of soda
+       constant        c_NOT_IN_SYNC                                   : std_logic     := '0';                                 -- byt2word allignment of soda
+       constant        c_IN_SYNC                                               : std_logic     := '1';                                 -- byt2word allignment of soda
        constant        c_HUB_CHILDREN                                  : natural range 1 to 4 := 2;            -- number of children per soda-hub\r
        constant        cSODA_CLOCK_PERIOD                      : natural range 1 to 20 := 5;           -- soda clock-period in ns
        constant        cBURST_PERIOD                                   : natural := 2400;                                              -- particle-beam burst-period in ns\r