Cargo Features

TFHE-hpu-backend has no features set by default.

[dependencies]
tfhe-hpu-backend = { version = "0.1.0", features = ["hw-v80", "io-dump", "rtl_graph", "utils"] }
hw-xrt hw-v80
io-dump = num-traits

Affects interface::io_dump

rtl_graph = dot2
utils = bitvec, clap, clap-num, serde_json

Affects tfhe-hpu-backend::ffi, tfhe-hpu-backend::isc_trace

Required by dop_fmt, fw, hputil and iop_fmt binaries

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

num-traits io-dump?

Enables num-traits

Dependencies used for debug feature

clap utils?
clap-num utils?
dot2 rtl_graph?

Enables dot2

Dependencies used for rtl_graph features

bitvec utils?
serde_json utils?