.gitignore
Jenkinsfile
LICENSE
MANIFEST.in
README.md
conifer_v1.png
pytest.ini
setup.py
.github/workflows/python-publish.yml
conifer/__init__.py
conifer/model.py
conifer.egg-info/PKG-INFO
conifer.egg-info/SOURCES.txt
conifer.egg-info/dependency_links.txt
conifer.egg-info/requires.txt
conifer.egg-info/top_level.txt
conifer/backends/__init__.py
conifer/backends/cpp/__init__.py
conifer/backends/cpp/writer.py
conifer/backends/cpp/include/conifer.h
conifer/backends/cpp/template/bridge.cpp
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/TestUtil.vhd
conifer/backends/vhdl/firmware/Tree.vhd
conifer/backends/vhdl/firmware/Types.vhd
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/writer.py
conifer/backends/xilinxhls/firmware/BDT.h
conifer/backends/xilinxhls/hls-template/bridge.cpp
conifer/backends/xilinxhls/hls-template/build_prj.tcl
conifer/backends/xilinxhls/hls-template/myproject_test.cpp
conifer/backends/xilinxhls/hls-template/firmware/myproject.h
conifer/converters/__init__.py
conifer/converters/common.py
conifer/converters/onnx.py
conifer/converters/sklearn.py
conifer/converters/tmva.py
conifer/converters/xgboost.py
conifer/utils/__init__.py
conifer/utils/fixed_point.py
conifer/utils/fixed_point_conversions.cpp
conifer/utils/misc.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_hls.py
examples/sklearn_to_vhdl.py
examples/xgboost_multiclass.py
examples/xgboost_to_hls.py
tests/cleanup.sh
tests/test_backends.py
tests/test_multiclass.py
tests/test_onnx_to_hls.py
tests/test_skl_to_hls.py
tests/util.py