vortex/hw/syn/opae/fpga_prog.sh

7 lines
No EOL
119 B
Bash
Executable file

#!/bin/bash
# FPGA programming
# first argument is the bitstream
echo "fpgaconf --bus 0xaf $1"
fpgaconf --bus 0xaf $1