Activity for Edif to KiCad translator

  • efa efa modified a comment on ticket #4

    for example the Edif syntax is as so: (instance &C2 (viewRef NetlistView (cellRef &CAP (libraryRef OrCAD_LIB))) (property PartValue (string "100nF")) (property ModuleValue (string "C_0805_2012Metric")) (property TimeStampValue (string "000002B2"))) while the generated KiCAD netlist files become: ( 84DFBB8F $noname C2 (null) {Lib=(null)} ( 1 GND ) ( 2 N00353 ) )

  • efa efa modified a comment on ticket #4

    for example the Edif syntax is as so: (instance &C2 (viewRef NetlistView (cellRef &CAP (libraryRef OrCAD_LIB))) (property PartValue (string "100nF")) (property ModuleValue (string "C_0805_2012Metric")) (property TimeStampValue (string "000002B2"))) while the KiCAD netlist files become: ~~~ ( 84DFBB8F $noname C2 (null) {Lib=(null)} ( 1 GND ) ( 2 N00353 ) ) ~~~

  • efa efa modified a comment on ticket #4

    for example the Edif syntax is as so: (instance &C2 (viewRef NetlistView (cellRef &CAP (libraryRef OrCAD_LIB))) (property PartValue (string "100nF")) (property ModuleValue (string "C_0805_2012Metric")) (property TimeStampValue (string "000002B2"))) while the KiCAD netlist files become: ~~~ ( 84DFBB8F $noname C2 (null) {Lib=(null)} ( 1 GND ) ( 2 N00353 ) ) ~~~

  • efa efa modified a comment on ticket #4

    for example the Edif syntax is as so: (instance &C2 (viewRef NetlistView (cellRef &CAP (libraryRef OrCAD_LIB))) (property PartValue (string "100nF")) (property ModuleValue (string "C_0805_2012Metric")) (property TimeStampValue (string "000002B2"))) while the KiCAD netlist files become: ~~~ ( 84DFBB8F $noname C2 (null) {Lib=(null)} ( 1 GND ) ( 2 N00353 ) ) ~~~

  • efa efa posted a comment on ticket #4

    for example the Edif syntax is as so: (instance &C2 (viewRef NetlistView (cellRef &CAP (libraryRef OrCAD_LIB))) (property PartValue (string "100nF")) (property ModuleValue (string "C_0805_2012Metric")) (property TimeStampValue (string "000002B2"))) while the KiCAD netlist files become: ( 84DFBB8F $noname C2 (null) {Lib=(null)} ( 1 GND ) ( 2 N00353 ) )

  • efa efa created ticket #4

    PCB Footprint not translated

  • Sergey Alyoshin Sergey Alyoshin created ticket #3

    Return nonzero exit code on parse error

1