From: Andreas Neiser Date: Wed, 24 Apr 2013 16:09:56 +0000 (+0200) Subject: Revert "Switch to Mainz A2 as ETM" X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=89a51a75713b7de4c52f510c93e862240841fda4;p=trb3.git Revert "Switch to Mainz A2 as ETM" This reverts commit 211f35cfd6720ea0f2ab8516a7f66e40de01cf60. --- diff --git a/cts/config.vhd b/cts/config.vhd index 35b82db..6e708ce 100644 --- a/cts/config.vhd +++ b/cts/config.vhd @@ -22,7 +22,7 @@ package config is --Which external trigger module (ETM) to use? type ETM_CHOICE_type is (ETM_CHOICE_MBS_VULOM, ETM_CHOICE_MAINZ_A2); - constant ETM_CHOICE : ETM_CHOICE_type := ETM_CHOICE_MAINZ_A2; + constant ETM_CHOICE : ETM_CHOICE_type := ETM_CHOICE_MBS_VULOM; ------------------------------------------------------------------------------ --End of configuration