Provide MidForm circuit to MacroCompilerTransform
This commit is contained in:
@@ -836,7 +836,7 @@ object MacroCompiler extends App {
|
|||||||
)
|
)
|
||||||
|
|
||||||
// The actual MacroCompilerTransform basically just generates an input circuit
|
// The actual MacroCompilerTransform basically just generates an input circuit
|
||||||
val macroCompilerInput = CircuitState(circuit, HighForm, annotations)
|
val macroCompilerInput = CircuitState(circuit, MidForm, annotations)
|
||||||
val macroCompiled = (new MacroCompilerTransform).execute(macroCompilerInput)
|
val macroCompiled = (new MacroCompilerTransform).execute(macroCompilerInput)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user