.gitignore
.gitlab-ci.yml
.gitmodules
Jenkinsfile
LICENSE
MANIFEST.in
README.md
conifer_v1.png
dev_requirements.txt
pyproject.toml
pytest.ini
.github/workflows/python-publish.yml
.github/workflows/update-branch-on-pr.yml
conifer/__init__.py
conifer/model.py
conifer-xrt/pyproject.toml
conifer-xrt/setup.py
conifer-xrt/src/conifer_xrt_runtime.cpp
conifer.egg-info/PKG-INFO
conifer.egg-info/SOURCES.txt
conifer.egg-info/dependency_links.txt
conifer.egg-info/requires.txt
conifer.egg-info/scm_file_list.json
conifer.egg-info/scm_version.json
conifer.egg-info/top_level.txt
conifer/backends/__init__.py
conifer/backends/common.py
conifer/backends/boards/__init__.py
conifer/backends/boards/boards.py
conifer/backends/boards/configs/alveo/xilinx_u200_gen3x16_xdma_2_202110_1.json
conifer/backends/boards/configs/zynq/kr260.json
conifer/backends/boards/configs/zynq/kv260.json
conifer/backends/boards/configs/zynq/pynq_z2.json
conifer/backends/boards/configs/zynq/ultra96v2.json
conifer/backends/boards/configs/zynq/zcu102.json
conifer/backends/boards/configs/zynq/zcu104.json
conifer/backends/boards/src/LICENSE
conifer/backends/boards/src/build_bit.tcl
conifer/backends/cpp/__init__.py
conifer/backends/cpp/writer.py
conifer/backends/cpp/include/conifer.h
conifer/backends/cpp/template/bridge.cpp
conifer/backends/fpu/__init__.py
conifer/backends/fpu/writer.py
conifer/backends/fpu/runtime/__init__.py
conifer/backends/fpu/runtime/pynq.py
conifer/backends/fpu/runtime/xrt.py
conifer/backends/fpu/src/LICENSE
conifer/backends/fpu/src/README.md
conifer/backends/fpu/src/build_hls.tcl
conifer/backends/fpu/src/changes.txt
conifer/backends/fpu/src/fpu.cpp
conifer/backends/fpu/src/fpu.h
conifer/backends/vhdl/__init__.py
conifer/backends/vhdl/simulators.py
conifer/backends/vhdl/writer.py
conifer/backends/vhdl/firmware/AddReduce.vhd
conifer/backends/vhdl/firmware/BDT.vhd
conifer/backends/vhdl/firmware/BDTTestbench.vhd
conifer/backends/vhdl/firmware/BDTTop.vhd
conifer/backends/vhdl/firmware/Constants.vhd
conifer/backends/vhdl/firmware/SimulationInput.vhd
conifer/backends/vhdl/firmware/SimulationOutput.vhd
conifer/backends/vhdl/firmware/Split.vhd
conifer/backends/vhdl/firmware/TestUtil.vhd
conifer/backends/vhdl/firmware/Tree.vhd
conifer/backends/vhdl/firmware/Types.vhd
conifer/backends/vhdl/scripts/ghdl_compile.sh
conifer/backends/vhdl/scripts/modelsim_compile.sh
conifer/backends/vhdl/scripts/synth.tcl
conifer/backends/vhdl/scripts/xsim_compile.sh
conifer/backends/xilinxhls/__init__.py
conifer/backends/xilinxhls/runtime.py
conifer/backends/xilinxhls/writer.py
conifer/backends/xilinxhls/firmware/BDT_rolled.h
conifer/backends/xilinxhls/firmware/BDT_unrolled.h
conifer/backends/xilinxhls/hls-template/bridge.cpp
conifer/backends/xilinxhls/hls-template/build_hls.tcl
conifer/backends/xilinxhls/hls-template/myproject_test.cpp
conifer/backends/xilinxhls/hls-template/vivado_synth.tcl
conifer/backends/xilinxhls/hls-template/firmware/BDT_rolled.cpp
conifer/backends/xilinxhls/hls-template/firmware/BDT_unrolled.cpp
conifer/backends/xilinxhls/hls-template/firmware/myproject.cpp
conifer/backends/xilinxhls/hls-template/firmware/myproject.h
conifer/backends/xilinxhls/runtime/__init__.py
conifer/backends/xilinxhls/runtime/pynq.py
conifer/backends/xilinxhls/runtime/xrt.py
conifer/converters/__init__.py
conifer/converters/onnx.py
conifer/converters/sklearn.py
conifer/converters/tmva.py
conifer/converters/xgboost.py
conifer/converters/ydf.py
conifer/external/hls/hls_stream.h
conifer/utils/__init__.py
conifer/utils/fixed_point.py
conifer/utils/fixed_point_conversions.cpp
conifer/utils/misc.py
conifer/utils/performance/__init__.py
conifer/utils/performance/metrics.py
conifer/utils/performance/prediction.py
conifer/utils/performance/performance_models/hls_ff_model.json
conifer/utils/performance/performance_models/hls_latency_model.json
conifer/utils/performance/performance_models/hls_lut_model.json
docs/source/conf.py
docs/source/fpu.rst
docs/source/index.rst
examples/build_fpu_alveo.py
examples/build_fpu_pynq.py
examples/hls_accelerator.py
examples/model_saving_loading.py
examples/pruned_xgboost_to_hls.py
examples/sklearn_RandomForest.py
examples/sklearn_multiclass.py
examples/sklearn_regression.py
examples/sklearn_to_cpp.py
examples/sklearn_to_fpu.py
examples/sklearn_to_hls.py
examples/sklearn_to_vhdl.py
examples/xgboost_multiclass.py
examples/xgboost_to_hls.py
examples/ydf_anomaly_detection.ipynb
examples/ydf_binary.py
examples/ydf_multiclass.py
examples/ydf_oblique.py
tests/__init__.py
tests/analyze_tests.py
tests/ci.yml
tests/cleanup.sh
tests/conftest.py
tests/test_backends.py
tests/test_multiclass.py
tests/test_onnx_to_hls.py
tests/test_performance_estimation.py
tests/test_save_load.py
tests/test_skl_to_hls.py
tests/test_xgb_converter.py
tests/test_ydf.py
tests/util.py