/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to tests/heb/cfg/Set_Default.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-20 20:01:04 UTC
  • Revision ID: csa@suren.me-20150420200104-b5xny65io8lvoz3w
Big redign of model structures

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
echo "Set Defaults delay value in the board... "
4
 
 
5
 
./Set_FPGA_clock_delay.sh 0
6
 
sleep 0.1
7
 
 
8
 
 ./Set_Delay_chip.sh 16 16 16 16
9
 
sleep 0.1
10
 
 
11
 
./Set_TH_Delay.sh 12
12
 
sleep 0.1
13
 
 
14
 
./Set_ADC_1_Delay.sh 5
15
 
sleep 0.1
16
 
 
17
 
./Set_ADC_2_Delay.sh 5
18
 
sleep 0.1
19
 
 
20
 
./Set_ADC_3_Delay.sh 5
21
 
sleep 0.1
22
 
 
23
 
./Set_ADC_4_Delay.sh 5
24
 
 
25
 
#pci -w 0x9020 200b20
26
 
pci -w 0x9020 20
27
 
pci -w 0x9028 e
28
 
 
29
 
echo " DONE ................ "
30