OFS / opae-sdk

Open Programmable Acceleration Engine
https://ofs.github.io
BSD 3-Clause "New" or "Revised" License
259 stars 82 forks source link

fix: fpgasudpate maximum progress bar calculations to 100%. #3078

Closed anandaravuri closed 10 months ago

anandaravuri commented 10 months ago

fpgasudpate estimated time (0.04 seconds) less than a timeout( 1 second), the progress bar shows 100%. set the estimated time to timeout if the estimated time is below 1 second (progress time set to 100%).