From b9c99d0a760a67e9a897e5bc35446e4073e5a345 Mon Sep 17 00:00:00 2001
From: Peter Lemmens
Date: Wed, 30 Oct 2013 08:59:41 +0100
Subject: [PATCH] Major reconstruction ahead on tx_control data_FSM
forgot one file
---
source/soda_components.vhd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
--
2.43.0