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

Other Useful Business Software
Migrate to innovate with Red Hat Enterprise Linux on Azure Icon
Migrate to innovate with Red Hat Enterprise Linux on Azure

Streamline your IT modernization journey with a holistic environment running Red Hat Enterprise Linux on Azure.

With Red Hat Enterprise Linux on Azure, businesses can confidently modernize their IT environment, knowing they don’t have to compromise on security, scalability, reliability, and ease of management. Securely accelerate innovation and unlock a competitive edge with enterprise-grade modern cloud infrastructure.
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