We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48af8c8 commit b688571Copy full SHA for b688571
compiler/compileLib.sml
@@ -57,7 +57,7 @@ fun compile module_def = let
57
val _ = timer |> Timer.checkRealTimer |> Time.toString |> (fn time => print ("DONE (" ^ time ^ ")\n"));
58
59
val tech_nl_def = new_circuit_definition "tech_nl" tech_nl
60
- val tech_circuit_def = new_circuit_definition "tech_circuit" circuit'
+ (*val tech_circuit_def = new_circuit_definition "tech_circuit" circuit'*)
61
62
(** LEC **)
63
val _ = print "LECing..."
0 commit comments