Renders and dumps test circuits in a variety of formats and detail levels.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax Remarks
Three versions of the circuit will be dumped to the log file:
- The base circuit.
- The circuit aggressively folded to maximize parallelism.
- The circuit with gates grown to a maximum of 11 inputs, and then folded.
Four pairs of graphics files will be created.
For each version, both an SVG version, with a .htm extension,
and a Tik-Z version, with a .tex, will be created.
- The base circuit.
- The circuit normally folded to use "easy" parallelism.
- The circuit aggressively folded to maximize parallelism.
- The circuit with gates grown to a maximum of 11 inputs, and then folded.
See Also