m1/jtag-boot/: added "standby" (by Cristian Paul Penaranda Rojas)

This commit is contained in:
Werner Almesberger 2011-09-12 00:17:23 -03:00
parent 28cdb890a0
commit cc2b07ba16
2 changed files with 7 additions and 1 deletions

View File

@ -1,8 +1,11 @@
.PHONY: boot clean
.PHONY: boot standby clean
boot: boot.jtag boot.bit
jtag -q boot.jtag
standby: standby.jtag
jtag -q standby.jtag
boot.bit: mkboot
./mkboot >$@ || { rm -rf $@; exit 1; }

View File

@ -0,0 +1,3 @@
cable milkymist
detect
pld reconfigure