.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
AUTHORS.rst
CONTRIBUTING.md
LICENSE.txt
README.md
run-docker.sh
setup.cfg
setup.py
.github/workflows/ci-pipeline.yml
.github/workflows/pre-commit.yml
docker/Dockerfile
docker/build_docs.sh
docker/entrypoint.sh
docker/requirements.txt
docker/run_tests.sh
docs/Makefile
docs/authors.rst
docs/conf.py
docs/genindex.rst
docs/index.rst
docs/license.rst
docs/overview.rst
docs/tutorials.rst
docs/_static/.gitignore
docs/_templates/apidoc/module.rst_t
docs/_templates/apidoc/package.rst_t
docs/_templates/apidoc/toc.rst_t
src/finn/analysis/base.py
src/finn/analysis/topology.py
src/finn/core/data_layout.py
src/finn/core/datatype.py
src/finn/core/execute_custom_node.py
src/finn/core/modelwrapper.py
src/finn/core/onnx_exec.py
src/finn/core/remote_exec.py
src/finn/core/rtlsim_exec.py
src/finn/core/throughput_test.py
src/finn/custom_op/base.py
src/finn/custom_op/registry.py
src/finn/custom_op/general/__init__.py
src/finn/custom_op/general/debugmarker.py
src/finn/custom_op/general/im2col.py
src/finn/custom_op/general/maxpoolnhwc.py
src/finn/custom_op/general/multithreshold.py
src/finn/custom_op/general/quantavgpool2d.py
src/finn/custom_op/general/streamingdataflowpartition.py
src/finn/custom_op/general/xnorpopcount.py
src/finn/data/__init__.py
src/finn/data/onnx/mnist-conv/README.md
src/finn/data/onnx/mnist-conv/model.onnx
src/finn/data/onnx/mnist-conv/test_data_set_0/input_0.pb
src/finn/data/onnx/mnist-conv/test_data_set_0/output_0.pb
src/finn/data/verilog/myadd/myadd_myadd.v
src/finn/data/verilog/myadd/myadd_myadd_control_s_axi.v
src/finn/transformation/base.py
src/finn/transformation/batchnorm_to_affine.py
src/finn/transformation/bipolar_to_xnor.py
src/finn/transformation/change_datalayout.py
src/finn/transformation/double_to_single_float.py
src/finn/transformation/fold_constants.py
src/finn/transformation/general.py
src/finn/transformation/infer_data_layouts.py
src/finn/transformation/infer_datatypes.py
src/finn/transformation/infer_shapes.py
src/finn/transformation/insert_topk.py
src/finn/transformation/lower_convs_to_matmul.py
src/finn/transformation/merge_onnx_models.py
src/finn/util/basic.py
src/finn/util/config.py
src/finn/util/data_packing.py
src/finn/util/fpgadataflow.py
src/finn/util/onnx.py
src/finn/util/pyverilator.py
src/finn/util/vivado.py
src/finn_base.egg-info/PKG-INFO
src/finn_base.egg-info/SOURCES.txt
src/finn_base.egg-info/dependency_links.txt
src/finn_base.egg-info/not-zip-safe
src/finn_base.egg-info/requires.txt
src/finn_base.egg-info/top_level.txt
tests/conftest.py
tests/analysis/test_is_linear.py
tests/analysis/test_topology_checks.py
tests/core/test_basic_onnx_exec.py
tests/core/test_custom_onnx_exec.py
tests/core/test_datatypes.py
tests/core/test_mixed_onnx_exec.py
tests/core/test_modelwrapper.py
tests/custom_op/test_im2col.py
tests/custom_op/test_multithreshold.py
tests/custom_op/test_xnorpopcountmatmul.py
tests/transformation/test_batchnorm_to_affine.py
tests/transformation/test_change_datalayout.py
tests/transformation/test_conv_lowering.py
tests/transformation/test_fold_constants.py
tests/transformation/test_general_transformation.py
tests/transformation/test_infer_data_layouts.py
tests/transformation/test_infer_datatypes.py
tests/transformation/test_infer_shapes.py
tests/transformation/test_merge_onnx_models.py
tests/transformation/test_renaming.py
tests/transformation/test_sort_graph.py
tests/transformation/test_topk_insert.py
tests/util/test_data_packing.py
tests/util/test_gen_finn_dt_tensor.py
tests/util/test_padding.py
tests/util/test_pyverilator.py
tests/util/test_rtlsim2npy.py
tests/util/test_shape_utils.py