2 files changed, 1 insertions(+), 1 deletions(-)
R lib/{export_pspice.ml => export_spice.ml}
M lib/parser.ml
R lib/export_pspice.ml => lib/export_spice.ml +0 -0
M lib/parser.ml => lib/parser.ml +1 -1
@@ 68,7 68,7 @@ let convert compdef_filename sch_filename output_filename = match process Parse_
let schematic = resolve compdefs parser_schematic in
let netlist = Connectiongraph.connection schematic in
let outch = open_out output_filename in
- Export_pspice.write_netlist outch schematic netlist
+ Export_spice.write_netlist outch schematic netlist
| _ -> ()
end
| _ -> ()