Xilinx-ISE-Makefile icon indicating copy to clipboard operation
Xilinx-ISE-Makefile copied to clipboard

Added support for Papilio uploader

Open janoc opened this issue 5 years ago • 2 comments

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.

janoc avatar Mar 25 '19 00:03 janoc

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

keesj avatar Mar 26 '19 08:03 keesj

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.

janoc avatar Mar 26 '19 09:03 janoc