issues
search
Xilinx
/
bootgen
bootgen source code
Other
34
stars
42
forks
source link
Fix bad 'switch' statement usage; add .gitignore
#38
Open
chris-laplante
opened
3 weeks ago
chris-laplante
commented
3 weeks ago
The 'if' statement surrounding the 'case' doesn't make any sense. The compiler allows it for some reason, but the cases are always compiled in - no runtime checking of
versalNetSeries
happens.
Also add a .gitignore (#25)
versalNetSeries
happens.