Xilinx / finn-examples

Dataflow QNN inference accelerator examples on FPGAs
BSD 3-Clause "New" or "Revised" License
177 stars 57 forks source link

Added files for validating finn-examples builds #97

Closed hannahxy13 closed 2 months ago

hannahxy13 commented 3 months ago

Added input and expected output files for:

Updated corresponding build.py to implement validation steps, using the input and expected output files. Added functions for setting the verification steps and logging the verification output in verification_funcs.py.

FINN-373