Files
vortex/hw/syn/opae/fpga_prog.sh

7 lines
119 B
Bash
Executable File

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