From 211f35cfd6720ea0f2ab8516a7f66e40de01cf60 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Mon, 22 Apr 2013 19:11:46 +0200 Subject: [PATCH] Switch to Mainz A2 as ETM --- cts/config.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cts/config.vhd b/cts/config.vhd index 6e708ce..35b82db 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_MBS_VULOM; + constant ETM_CHOICE : ETM_CHOICE_type := ETM_CHOICE_MAINZ_A2; ------------------------------------------------------------------------------ --End of configuration -- 2.43.0