6 lines
98 B
6 lines
98 B
5 years ago
|
#!/bin/bash
|
||
|
|
||
|
set -x
|
||
|
|
||
|
openocd -f ./ecp5.cfg -c "transport select jtag; init; svf ./SVF.svf; exit"
|