# Same for Python 2 #. activate hls4ml-py27 ./convert-onnx-models.sh -x -p 2 -f onnx-models.txt
# Alternatively, onnx-to-hls script can be called, with the model name(s) specified, i.e.: #./onnx-to-hls.sh -p 3 three_layer_keras conv1d_small_keras #./onnx-to-hls.sh -p 2 three_layer_keras conv1d_small_keras
# Check if there is any difference between files generated by Python 2 and Python 3 # Not needed if there were no changes in onnx-to-hls.py or hls-writer.py ./py-diff.sh -r 2
# Build the projects generated by onnx-to-hls script. # Remove parameter -s to disable synthesis. -p controls the number of parallel tasks ./build-prj.sh -i ${VIVADO_INSTALL_DIR} -v ${VIVADO_VERSION} -c -s -p 2
# Go through the generated reports and print out basic information. # Reports are available if synthesis is enabled. ./gather-reports.sh -b