YosysHQ / icestorm

Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
ISC License
985 stars 224 forks source link

iceprog: Add write and read progress indication. #276

Closed esden closed 3 years ago

esden commented 3 years ago

This patch adds progress indication for flash writing and reading.

I did not add it to the sram writing as that is pretty quick.

For large payloads progress indication is very important. Especially when the flash is used for more data than just bitstreams and we are writing megabytes of data into the flash.

esden commented 3 years ago

Any chance to get this merged? It is really useful to have and it would lovely to have it be part of the official binary releases. :) If you want me to implement it differently, have it off by default or have an option to disable it let me know.

Cheers, Piotr