launch.sh 402 B

1234567891011
  1. #!/bin/bash
  2. echo "Resetting the FPGA"
  3. /usr/local/bin/pci -w 0 1
  4. /usr/local/bin/pci -w 0 0
  5. /usr/local/bin/pci -w 9040 F
  6. /usr/local/bin/pci -w 9040 0
  7. sleep 1
  8. echo "Putting the data on the FPGA. WARNING, hardcoded size"
  9. #ddrio -v -i /home/mathiasb/sources/gpuFirstComm/to_send -s 0
  10. #ddrio -v -o /home/mathiasb/sources/gpuFirstComm/written -s 5
  11. ddrio -v -i /home/mathiasb/sources/benchmarking/to_send -s 0