FPGAwars / apio

:seedling: Open source ecosystem for open FPGA boards
https://github.com/FPGAwars/apio/wiki
GNU General Public License v2.0
801 stars 138 forks source link

Fixed extra_args issue with dfu-util programmer #405

Closed zapta closed 2 months ago

zapta commented 2 months ago

Fixed issue #377. Now extra args are added after the bitstream file name. This is done by passing to scons a ${SOURCE} placeholder that indicates where to insert the bitstream file name.