Set_Default.sh 392 B

123456789101112131415161718192021222324252627282930
  1. #!/bin/bash
  2. echo "Set Defaults delay value in the board... "
  3. ./Set_FPGA_clock_delay.sh 0
  4. sleep 0.1
  5. ./Set_Delay_chip.sh 16 16 16 16
  6. sleep 0.1
  7. ./Set_TH_Delay.sh 12
  8. sleep 0.1
  9. ./Set_ADC_1_Delay.sh 5
  10. sleep 0.1
  11. ./Set_ADC_2_Delay.sh 5
  12. sleep 0.1
  13. ./Set_ADC_3_Delay.sh 5
  14. sleep 0.1
  15. ./Set_ADC_4_Delay.sh 5
  16. #pci -w 0x9020 200b20
  17. pci -w 0x9020 20
  18. pci -w 0x9028 e
  19. echo " DONE ................ "