]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Switch to Mainz A2 as ETM
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 22 Apr 2013 17:11:46 +0000 (19:11 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 22 Apr 2013 17:13:07 +0000 (19:13 +0200)
cts/config.vhd

index 6e708ce9163c0c5ecb76846422f77de84a7667a4..35b82dbb3431ba505d0d8bfcbad6040d9acc3b47 100644 (file)
@@ -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