mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 05:17:45 -04:00
7 lines
No EOL
119 B
Bash
Executable file
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 |