URL
https://opencores.org/ocsvn/zet86/zet86/trunk
Subversion Repositories zet86
[/] [zet86/] [trunk/] [bin/] [ml403] - Rev 52
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/bash
XIL_IMPACT_USE_LIBUSB=1 impact -batch <<EOF
setMode -bscan
setCable -p auto
identify
assignfile -p 3 -file $1
program -p 3
quit
EOF
Go to most recent revision | Compare with Previous | Blame | View Log