finn icon indicating copy to clipboard operation
finn copied to clipboard

Check status after script/command execution

Open maltanar opened this issue 5 years ago • 0 comments

Many transformations and utility functions in FINN call external commands such as g++, vivado and vivado_hls without checking the return status. If the called command fails, the FINN transformation won't be aware of this. Assertions should be introduced on the return status whenever an external command is called.

maltanar avatar Mar 02 '20 16:03 maltanar