From: Andreas Neiser Date: Mon, 6 May 2013 08:00:10 +0000 (+0200) Subject: Reverting to MBS as default ETM X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=6134c15e42b2531d252ff6466e06f73f388cb3f6;p=trb3.git Reverting to MBS as default ETM --- diff --git a/cts/config_default.vhd b/cts/config_default.vhd index 7c57e9a..6676aa0 100644 --- a/cts/config_default.vhd +++ b/cts/config_default.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