Xilinx-ISE-Makefile
Xilinx-ISE-Makefile copied to clipboard
Added support for Papilio uploader
I have added support for the papilio-prog uploader utility used by the Papilio One and Papilio Pro boards. By default it programs only into RAM.
Hi, I think the program to flash as default is more useful but by any means it would be nice to comment how to change the behavior
This is what my changes looked like: https://github.com/keesj/fpga-hdl/blob/master/papilio-pro/user_led/Makefile#L182
Looks good to me. I didn't think of adding the flash programming there because while developing I am never reprogramming it, only do it once at the end (you don't want to pointlessly wear the flash out). But why not, someone may find it useful.