简体   繁体   中英

Open-source EDA project

您知道 EDA(电子设计自动化)中寻找 C++ 程序员的任何开源项目吗?

You might be able to get into gEDA if you hang out on their mailing list. Details: http://www.gpleda.org/developer.html

I dig up this old topic, but we from the KiCad EDA project still searching for new developers and testers. KiCad is a GPL'ed suite for drawing schematics, printed circuit boards and viewing gerbers. Its written in C++ with the wxWidgets toolkit and is able to work native on Windows, Linux/BSD and Mac OSX.

Read more about the project at: http://www.kicad-eda.org

And the project is now hosted at launchpad.

You might want to talk to the owners of Icarus Verilog or Verilator. There are a host of other tools on freshmeat too which are into EDA and open source.

We extensively used Electric during our VLSI and Microelectronics classes. The project is sponsored by Sun and may soon get orphaned in the post Oracle days. It will be worthwhile contacting them and offering assistance. It is a great tool worth supporting.

I don't know of any that are actively looking for C++ software developers.

However, if you implement or improve a feature, or fix a bug, you can make a pull request from their open-source repository. Eg, take a conference paper from DAC/ICCAD, implement it and integrate it into the open-source repository.

Some examples below are stuff to experiment with and learn from.

Xyce (best open-source circuit simulator): https://xyce.sandia.gov/index.html

The EPFL Logic Synthesis Libraries: https://github.com/lsils/lstools-showcase

EDA projects that are part of the OpenROAD program/initiative: https://theopenroadproject.org/

If you check out research papers from DAC, ICCAD, and DATE (the top research conferences in EDA), you can find some software developments releasing their work as open source on Github or elsewhere.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM