trbcmd w 0xfffe 0xc5 0x50ff
#Dirich-Concentrator: enable reference time from RJ45
-######trbcmd loadbit 0x8300 0xd580 0x6 0x6
+trbcmd loadbit 0x8501 0xd580 0x6 0x6
echo "pulser"
# pulser #0 to 10 kHz
-trbcmd w 0xc001 0xa146 0x00000b4 # set pulser frequency to 50kHz
-trbcmd w 0xc001 0xa147 0x00004b4 # set pulser frequency to 50kHz
-trbcmd w 0xc001 0xa148 0x00074b4 # set pulser frequency to 50kHz
+trbcmd w 0xc001 0xa153 0x00002b4 # set pulser frequency to 100kHz
+trbcmd w 0xc001 0xa154 0x00004b4 # set pulser frequency to 50kHz
+trbcmd w 0xc001 0xa156 0x00002b4 # set pulser frequency to 100kHz
#trbcmd w 0xc001 0xa150 0x0022270f
echo "trigger type"
# set trigger type to 0x1
-trbcmd setbit 0xc001 0xa14f 0x1
+trbcmd setbit 0xc001 0xa158 0x1
#trbcmd clearbit 0x1130 0xc801 0x80000000 # disable window
#trbcmd w 0xc001 0xa154 0x3e7 # Pulser 1: 100kHz
#trbcmd w 0xc001 0xa155 0x3e7 # Pulser 2: 100kHz
-
-# only for tdcv4
-
-# ./tdcv4_caltrg_init_new.sh 0xfe53
-# #./tdcv4_caltrg_init.sh 0xfe55
-
-
-
-# trbcmd setbit 0xfe53 0xcd00 0x08000000 # enable TDL of RefChan
-# trbcmd setbit 0xfe55 0xcd00 0x08000000 # enable TDL of RefChan
-# #trbcmd w 0xfe53 0xcd12 0x2801 # enable channels
-# #trbcmd w 0xfe53 0xcd22 0x8002 # enable channels
-# trbcmd clearbit 0xfe53 0xcd00 0x1
-# trbcmd clearbit 0xfe55 0xcd00 0x1
-
-
-# # set Oscillator frequency
-# trbcmd loadbit 0xfe53 0xcd24 0xff000000 0x60000000 # 8 LSBs of oscillator frequency in units of 10kHz
-# trbcmd loadbit 0xfe53 0xcd25 0xff000000 0x6d000000 # 8 MSBs of oscillator frequency in units of 10kHz
-
-# trbcmd loadbit 0xfe55 0xcd24 0xff000000 0x60000000 # 8 LSBs of oscillator frequency in units of 10kHz
-# trbcmd loadbit 0xfe55 0xcd25 0xff000000 0x6d000000 # 8 MSBs of oscillator frequency in units of 10kHz
-
-
-# #enable Hitcounters TDCv4
-# trbcmd setbit 0xfe53 0xcd00 0x200
-# trbcmd clearbit 0xfe53 0xcd00 0x100
-
-# trbcmd setbit 0xfe55 0xcd00 0x200
-# trbcmd clearbit 0xfe55 0xcd00 0x100
-
-
-
-# # Stretcher
-# trbcmd loadbit 0xfe53 0xcd17 0xffff 0xffff # enable Stretcher for Channels 15..0
-# trbcmd loadbit 0xfe53 0xcd27 0xffff 0xffff # enable Stretcher for Channels 31..16
-# trbcmd setbit 0xfe53 0xcd00 0x40000000 # enable Stretcher for Reference Channel
-
-# trbcmd loadbit 0xfe55 0xcd17 0xffff 0xffff # enable Stretcher for Channels 15..0
-# trbcmd loadbit 0xfe55 0xcd27 0xffff 0xffff # enable Stretcher for Channels 31..16
-# trbcmd setbit 0xfe55 0xcd00 0x40000000 # enable Stretcher for Reference Channel
+./tdcv4_setup.sh 0xfe55
+./tdcv4_setup.sh 0xfe53
# # Enable
-# #./tdcv4_enable_channels.sh 0xfe53 0x11 0x0 #enable channel 5 and 0
-# ./tdcv4_enable_channels.sh 0xfe53 0xf 0xf #enable channel 5 and 0
+#./tdcv4_enable_channels.sh 0xfe55 0xf 0xf #enable channels
# ./tdcv4_enable_channels.sh 0xfe55 0xf 0xf #enable channel 5 and 0
# end of tdcv4 block
+#~/trbsoft/daqtools/tools/switchport.pl 0xc001 all off 1
+#~/trbsoft/daqtools/tools/switchport.pl 0xc001 all off 3
+
+
echo "pulser enable"
trbcmd setbit 0xc001 0xa101 0x2
# pulser enable
trbcmd loadbit $ADDR 0xcd27 0xff000000 0x7a000000 # 8 MSBs of oscillator frequency in units of 10kHz
trbcmd setbit $ADDR 0xcd28 0x20000000 # Frequency is precise
trbcmd setbit $ADDR 0xcd01 0x04000000 # Enable calibration clock
-trbcmd loadbit $ADDR 0xcd01 0xff 0x7c # 8 / OscFreq = 25.6ns, all channels, 1 Pulse per trigger
+#trbcmd loadbit $ADDR 0xcd01 0xff 0x7c # 8 / OscFreq = 25.6ns, all channels, 1 Pulse per trigger
+trbcmd loadbit $ADDR 0xcd01 0xff 0x3c # 4 / OscFreq = 25.8ns, all channels, 1 Pulse per trigger, only for testdesign with internal osc
trbcmd w $ADDR 0xcd30 0x1000 # set frequency divider
trbcmd w $ADDR 0xcd30 0x800 # set calibration parameters
--- /dev/null
+ADDR=$1
+
+
+trbcmd loadbit $ADDR 0xcd24 0xff000000 0x30000000 # 8 LSBs of sampling clock in units of 10kHz
+trbcmd loadbit $ADDR 0xcd25 0xff000000 0x75000000 # 8 MSBs of sampling clock in units of 10kHz
+trbcmd setbit $ADDR 0xcd28 0x10000000 # Frequency is precise
+trbcmd loadbit $ADDR 0xcd26 0xff000000 0x12000000 # 8 LSBs of cal-oscillator frequency in units of 10kHz
+trbcmd loadbit $ADDR 0xcd27 0xff000000 0x7a000000 # 8 MSBs of cal-oscillator frequency in units of 10kHz
+trbcmd setbit $ADDR 0xcd28 0x20000000 # Frequency is precise
+
+trbcmd setbit $ADDR 0xcd00 0x200 # Programmable Hit Counter Gate: : Enable hits
+trbcmd clearbit $ADDR 0xcd00 0x100 # Programmable Hit Counter Reset : remove reset
+
+trbcmd loadbit $ADDR 0xcd17 0xffff 0xffff # enable Stretcher for Channels 15..0
+trbcmd loadbit $ADDR 0xcd27 0xffff 0xffff # enable Stretcher for Channels 31..16
+trbcmd w $ADDR 0xcd12 0xffff # enable TDL-channels 0-15
+trbcmd w $ADDR 0xcd22 0xffff # enable TDL-channels 16-31
+trbcmd w $ADDR 0xcd10 0 # Un-Block input buffer, no built-in self-test
+trbcmd w $ADDR 0xcd20 0 # Un-Block input buffer, no built-in self-test
+
+trbcmd setbit $ADDR 0xcd00 0x40000000 # enable Stretcher for Reference Channel
+trbcmd setbit $ADDR 0xcd00 0x08000000 # Enable TDL for Reference Channel
+trbcmd clearbit $ADDR 0xcd00 0x02000000 # Un-Block Input Buffer of the Reference Channel
+
+trbcmd setbit $ADDR 0xcd01 0x04000000 # Enable calibration clock
+trbcmd loadbit $ADDR 0xcd01 0xff 0x7c # 8 / OscFreq = 25.6ns, all channels, 1 Pulse per trigger
+ # 312MHz => 0x7c; 200MHz => 0x4c, internal Osc (155MHz) => 0x3c.
+
+trbcmd clearbit $ADDR 0xcd00 0x1 # release Programmable TDC Reset
+
+trbcmd w $ADDR 0xcd30 0x1000 # set frequency divider
+trbcmd w $ADDR 0xcd30 0x800 # set calibration parameters
+