mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 17:32:28 +02:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
|
#!/bin/sh
|
||
|
jtag -q <<EOF | sed '/REG\[32\]=/s///p;d'
|
||
|
cable milkymist
|
||
|
detect
|
||
|
instruction CFG_OUT 000100 BYPASS
|
||
|
instruction CFG_IN 000101 BYPASS
|
||
|
pld readreg 0x20
|
||
|
EOF
|