.gitattributes
.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
constraints/aria-reference.txt
docs/architecture.md
docs/compatibility.md
docs/project-format.md
references/cnn_for_arianna/.gitignore
references/cnn_for_arianna/README.md
references/cnn_for_arianna/generate.py
references/cnn_for_arianna/data/README.md
references/cnn_for_arianna/legacy/PROVENANCE.md
references/cnn_for_arianna/legacy/conversion/convert_homo_stream.py
references/cnn_for_arianna/legacy/hls4ml_baseline/README.md
references/cnn_for_arianna/legacy/hls4ml_baseline/hls4ml_config.yml
references/cnn_for_arianna/legacy/hls4ml_baseline/firmware/cnn_core.cpp
references/cnn_for_arianna/legacy/hls4ml_baseline/firmware/cnn_core.h
references/cnn_for_arianna/legacy/hls4ml_baseline/firmware/defines.h
references/cnn_for_arianna/legacy/hls4ml_baseline/firmware/parameters.h
references/cnn_for_arianna/legacy/hls4ml_baseline/firmware/weights/b4.h
references/cnn_for_arianna/legacy/hls4ml_baseline/firmware/weights/b9.h
references/cnn_for_arianna/legacy/hls4ml_baseline/firmware/weights/w4.h
references/cnn_for_arianna/legacy/hls4ml_baseline/firmware/weights/w9.h
references/cnn_for_arianna/legacy/reports/README.md
references/cnn_for_arianna/legacy/reports/cnn_core_csynth.xml
references/cnn_for_arianna/legacy/streaming_golden/README.md
references/cnn_for_arianna/legacy/streaming_golden/firmware/cnn_core.cpp
references/cnn_for_arianna/legacy/streaming_golden/firmware/cnn_core.h
references/cnn_for_arianna/legacy/streaming_golden/firmware/defines.h
references/cnn_for_arianna/legacy/streaming_golden/firmware/parameters.h
references/cnn_for_arianna/legacy/streaming_golden/firmware/nnet_utils/nnet_dense_stream.h
references/cnn_for_arianna/legacy/streaming_golden/firmware/nnet_utils/nnet_first_conv_stream.h
references/cnn_for_arianna/legacy/streaming_golden/firmware/nnet_utils/nnet_pooling_stream.h
references/cnn_for_arianna/models/README.md
references/cnn_for_arianna/models/cnn_for_arianna.keras
src/ravel_hls/__init__.py
src/ravel_hls/_version.py
src/ravel_hls/api.py
src/ravel_hls/cli.py
src/ravel_hls/config.py
src/ravel_hls/exceptions.py
src/ravel_hls/manifest.py
src/ravel_hls/project.py
src/ravel_hls.egg-info/PKG-INFO
src/ravel_hls.egg-info/SOURCES.txt
src/ravel_hls.egg-info/dependency_links.txt
src/ravel_hls.egg-info/entry_points.txt
src/ravel_hls.egg-info/requires.txt
src/ravel_hls.egg-info/top_level.txt
src/ravel_hls/backends/vitis/renderer.py
src/ravel_hls/backends/vitis/templates/aria/bridge/bridge.cpp.j2
src/ravel_hls/backends/vitis/templates/aria/firmware/defines.h.j2
src/ravel_hls/backends/vitis/templates/aria/firmware/nnet_aria.h.j2
src/ravel_hls/backends/vitis/templates/aria/firmware/top.cpp.j2
src/ravel_hls/backends/vitis/templates/aria/firmware/top.h.j2
src/ravel_hls/backends/vitis/templates/aria/testbench/test.cpp.j2
src/ravel_hls/compatibility/__init__.py
src/ravel_hls/compatibility/dependencies.py
src/ravel_hls/compatibility/model_profile.py
src/ravel_hls/profiles/aria/plan.py
src/ravel_hls/qualification/vitis.py
src/ravel_hls/schemas/ravel_config.schema.json
src/ravel_hls/schemas/ravel_manifest.schema.json
src/ravel_hls/schemas/ravel_qualification.schema.json
src/ravel_hls/verification/equivalence.py
tests/project_conformance/test_cli.py
tests/project_conformance/test_distribution.py
tests/project_conformance/test_project.py
tests/qualification/vitis/test_import.py
tests/reference/test_cnn_for_arianna.py
tests/unit/test_api.py
tests/unit/test_config.py
tests/unit/test_exceptions.py