Cargo Features

calyx-backend has no features set by default.

[dependencies]
calyx-backend = { version = "0.7.1", features = ["mlir", "xilinx", "resources", "sexp"] }
mlir
xilinx

Enables quick-xml ^0.30

Affects calyx-backend::xilinx

resources

Enables csv

sexp

Enables serde_sexpr and serde_with, serialize of calyx-ir and rc of serde

serde:

Opt into impls for Rc<T> and Arc<T>. Serializing and deserializing these types does not preserve identity and may result in multiple copies of the same data.
Be sure that this is what you want before enabling this feature.