]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Reverting to MBS as default ETM
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 6 May 2013 08:00:10 +0000 (10:00 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 6 May 2013 08:00:10 +0000 (10:00 +0200)
cts/config_default.vhd

index 7c57e9a4fd6f13138741fcb17949dafc66124c54..6676aa03d3c5dce95d23bdfe7d87219981e30efa 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_MAINZ_A2;
+    constant ETM_CHOICE : ETM_CHOICE_type := ETM_CHOICE_MBS_VULOM;
     
 ------------------------------------------------------------------------------
 --End of configuration