An Electronic Definition Interchange Format (EDIF) parser which allows exports
from one EDA schematic capture system (such as OrCad) for import into another (such as KiCad)

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow Edif to KiCad translator

Edif to KiCad translator Web Site

You Might Also Like
Speech-to-Text: Automatic Speech Recognition Icon
Speech-to-Text: Automatic Speech Recognition

Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Since I cannot post anywhere else, I'll try it here: I found a couple of problems using this software: * If you export EDIF from Orcad, this EDF might have newlines at each 80 characters; if you use this file as input to the pretty print, spaces that happen to occur where these newlines are entered will be 'swallowed', and so it will show up as syntax error in the pretty-printed EDF. * When I tested it, the program segfaulted; it was because ref->p for some reason was a null pointer in edif.y:1456 - the solution is to insert the line "if (ref->p == NULL) ref->p = &zplst;" right before line 1455 (which is "OutInst(cellRef, ref->s, ") .... Other than that - the program seems to work fine !!
Read more reviews >

Additional Project Details

Operating Systems

Cygwin, Linux

Intended Audience

Developers

Programming Language

C, Yacc

Related Categories

C Electronic Design Automation (EDA) Software, Yacc Electronic Design Automation (EDA) Software

Registered

2007-09-28