mirror of
https://github.com/enjoy-digital/usb3_pipe.git
synced 2025-01-04 10:18:41 +08:00
6 lines
145 B
Python
Executable File
6 lines
145 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import os
|
|
|
|
os.system("openocd -f ecp5-versa5g.cfg -c \"transport select jtag; init; svf build/gateware/top.svf; exit\"")
|