• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/cern-oct12/mbs/cbmvme.h (r4864/r3456)

Go to the documentation of this file.
00001 // 2012-06-26 - SL - initial setup
00002 
00003 #ifndef CBMVME_H
00004 #define CBMVME_H
00005 
00006 #define MAX__N_MOD   14
00007 
00008 // VME id of trigger box (VULOM4)
00009 #define VME__ID_TBOX  0
00010 
00011 // VME id of TDC-1 - NIHAM
00012 #define VME__ID_TDC1  1
00013 
00014 // VME id of TDC-2 - NIHAM
00015 #define VME__ID_TDC2  2
00016 
00017 // VME id of TDC-3 - NIHAM
00018 #define VME__ID_TDC3  3
00019 
00020 // VME id of TDC-4 - NIHAM
00021 #define VME__ID_TDC4  4
00022 
00023 // VME id of TDC-2 - NIHAM
00024 #define VME__ID_TDC5  5
00025 
00026 // VME id of TDC-3 - NIHAM
00027 #define VME__ID_TDC6  6
00028 
00029 // VME id of TDC-4 - NIHAM
00030 #define VME__ID_TDC7  7
00031 
00032 // VME id of MADC-1 - NIHAM
00033 #define VME__ID_MAD1  8
00034 
00035 // VME id of MADC-2 - NIHAM
00036 #define VME__ID_MAD2  9
00037 
00038 // VME id of MADC-3 - NIHAM
00039 #define VME__ID_MAD3  10
00040 
00041 // VME id of MADC-4 - NIHAM
00042 #define VME__ID_MAD4  11
00043 
00044 // VME id of 1182
00045 #define VME__ID_1182  12
00046 
00047 // VME id of 1183
00048 #define VME__ID_1183  13
00049 
00050 // for each module: id, usage, base addr, addr modifier, two long words as prefixes in data
00051 // usage means: 0 - not used, 1 - master crate, 2 - slave crate
00052 #define VME__MODULES {  VME__ID_TBOX,  1, 0x3000000, 0x09, 0x00000000, 0x00000000, \
00053                         VME__ID_TDC1,  1, 0x5000000, 0x09, 0x74646331, 0x31636474, \
00054                         VME__ID_TDC2,  1, 0x5800000, 0x09, 0x74646332, 0x32636474, \
00055                         VME__ID_TDC3,  1, 0x6000000, 0x09, 0x74646333, 0x33636474, \
00056                         VME__ID_TDC4,  1, 0x6800000, 0x09, 0x74646334, 0x34636474, \
00057                         VME__ID_TDC5,  1, 0x7000000, 0x09, 0x74646335, 0x35636474, \
00058                         VME__ID_TDC6,  1, 0x7800000, 0x09, 0x74646336, 0x36636474, \
00059                         VME__ID_TDC7,  1, 0x8000000, 0x09, 0x74646337, 0x37636474, \
00060                         VME__ID_MAD1,  1, 0x9000000, 0x09, 0x6d616431, 0x3164616d, \
00061                         VME__ID_MAD2,  1, 0xA000000, 0x09, 0x6d616432, 0x3264616d, \
00062                         VME__ID_MAD3,  1, 0xB000000, 0x09, 0x6d616433, 0x3364616d, \
00063                         VME__ID_MAD4,  1, 0xC000000, 0x09, 0x6d616434, 0x3464616d, \
00064                         VME__ID_1182,  1, 0x0600000, 0x39, 0x31313832, 0x32383131, \
00065                         VME__ID_1183,  1, 0x0700000, 0x39, 0x31313833, 0x33383131  }
00066 
00067 #endif

Generated on Tue Dec 10 2013 04:52:16 for ROCsoft by  doxygen 1.7.1