Module Hardcaml__.Graph
val write_dot_rank : Hardcaml__.Import.Out_channel.t -> Hardcaml.Circuit.t -> Hardcaml__.Import.unitval write_gdl : ?names:Hardcaml__.Import.bool -> ?widths:Hardcaml__.Import.bool -> ?consts:Hardcaml__.Import.bool -> ?clocks:Hardcaml__.Import.bool -> Hardcaml__.Import.Out_channel.t -> Hardcaml.Circuit.t -> Hardcaml__.Import.unitwrite a GDL (graph description language) file of the given circuit
val aisee3 : ?args:Hardcaml__.Import.string -> ?names:Hardcaml__.Import.bool -> ?widths:Hardcaml__.Import.bool -> ?consts:Hardcaml__.Import.bool -> ?clocks:Hardcaml__.Import.bool -> Hardcaml.Circuit.t -> Hardcaml__.Import.unitlaunch aisee3 to visualize the given circuit