From: Peter Lemmens
Date: Wed, 30 Oct 2013 07:59:41 +0000 (+0100)
Subject: Major reconstruction ahead on tx_control data_FSM
X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b9c99d0a760a67e9a897e5bc35446e4073e5a345;p=soda.git
Major reconstruction ahead on tx_control data_FSM
forgot one file
---
diff --git a/source/soda_components.vhd b/source/soda_components.vhd
index 125b04b..ce9f7a0 100644
--- a/source/soda_components.vhd
+++ b/source/soda_components.vhd
@@ -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
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