6 lines
106 B
Bash
Executable file
6 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
|
|
BIN=$(pwd)/intelFPGA_lite/23.1std/quartus/bin
|
|
|
|
${BIN}/jtagconfig
|
|
${BIN}/quartus_pgmw --64bit
|