From 89a51a75713b7de4c52f510c93e862240841fda4 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Wed, 24 Apr 2013 18:09:56 +0200 Subject: [PATCH] Revert "Switch to Mainz A2 as ETM" This reverts commit 211f35cfd6720ea0f2ab8516a7f66e40de01cf60. --- cts/config.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0