Module circuit_layout

Module circuit_layout 

Source
Expand description

Defines the utilities for taking a list of nodes and turning it into a layedout circuit

Structs§

CircuitEvalMap
A HashMap that records during circuit compilation where nodes live in the circuit and what data they yield.
CircuitLocation
The location of a Node in the circuit

Type Aliases§

LayerMap
A map that maps layer ID to all the MLEs that are output from that layer. Together these MLEs are combined along with the information from their prefix bits to form the layerwise bookkeeping table.