tinyfpga / TinyFPGA-Bootloader

An open source USB bootloader for FPGAs
Apache License 2.0
357 stars 94 forks source link

Small fixes for version handling #44

Closed mbuesch closed 5 years ago

mbuesch commented 5 years ago

This adds a few small fixes for version handling. It replaces the use of assert with explicit exeptions, because assert is not available with -O. It also fixes a crash, if tinyprog is not installed in the system.