]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
CTS: At least compiles
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 16:23:07 +0000 (18:23 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 16:23:07 +0000 (18:23 +0200)
cts/config_mainz_a2.vhd

index cc1bf78f4974718390df9b3bae66b15a0d3b047d..24970ef3c4c06392d336068135e142154302dc7e 100644 (file)
@@ -32,6 +32,9 @@ package config is
 --Run wih 125 MHz instead of 100 MHz     
     constant USE_125_MHZ : integer range c_NO to c_YES := c_NO;    
 
+--Run external 200 MHz clock source
+    constant USE_EXTERNAL_CLOCK : integer range c_NO to c_YES := c_NO;
+   
 --Which external trigger module (ETM) to use?
     constant INCLUDE_ETM : integer range c_NO to c_YES := c_YES;
     type ETM_CHOICE_type is (ETM_CHOICE_MBS_VULOM, ETM_CHOICE_MAINZ_A2, ETM_CHOICE_CBMNET);