Function halo2_frontend::dev::circuit_dot_graph

source ยท
pub fn circuit_dot_graph<F: Field, ConcreteCircuit: Circuit<F>>(
    circuit: &ConcreteCircuit
) -> String
Available on crate feature dev-graph only.
Expand description

Builds a dot graph string representing the given circuit.

The graph is built from calls to Layouter::namespace both within the circuit, and inside the gadgets and chips that it uses.