Set_FPGA_clock_delay.sh 211 B

12345678910
  1. #!/bin/bash
  2. echo "Set delay on T/Hs signals... "
  3. upfix=000501
  4. fixed=0
  5. hex_val=$(printf "%01x\n" $1)
  6. echo "Set $hex_val --> Time picosecond = `expr $1 "*" 150`."
  7. pci -w 0x9060 $upfix$hex_val$fixed