You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running apio upload on windows with the iceprog programmer, the progress counter is not updated smoothly as it done when running iceprog using apio raw -- iceprog .... The reason is that the scons output pipes are buffered with 4K buffer size despite the fact we set it to be unbuffered. The problem was on observed in windows only and is OK on linux and macOS.
I am not sure how that can be fixed but creating this issue anyway.