From 6134c15e42b2531d252ff6466e06f73f388cb3f6 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Mon, 6 May 2013 10:00:10 +0200 Subject: [PATCH] Reverting to MBS as default ETM --- cts/config_default.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0