开发者

Programming language for graphics, semiconductor layout

开发者 https://www.devze.com 2023-02-04 15:37 出处:网络
Is there any programming language to do graphical layout for semiconductor manufacturing? So far I am using LEdit, an expensive and rudimentary CAD program. As my design is composed of

Is there any programming language to do graphical layout for semiconductor manufacturing? So far I am using LEdit, an expensive and rudimentary CAD program. As my design is composed of hundreds of identical cells with only small variations, creating the design programatically sounds like the way to go. Especially as I could take dimensions from a database and have them available for later testing. At the moment, I am giving the designer a list of the sample sizes I need, he draws them, I check them, and then enter them manually into my wafer mapping software. Output format needs to be dxf or better gerber. The program needs the capability to output many different layers. I had a look at pgf/tikz, and the programming language side is more than enough for the application, but the output is somewhat limited (no gerber, no layers etc.). In addition, I need very good resolution (down to nanometers), I haven't tested that yet.

Any other recommendation for a graphics programming l开发者_如何学运维anguage, or library, for wafer layout?


This is probably insufficient for what you're doing, but check out the Visual Transistor-level Simulation of the 6502 CPU project. They have a system for visually designing the chip and then simulating it.

Online demo: http://www.visual6502.org/JSSim/expert.html?graphics=f (click "Show chip layout")

0

精彩评论

暂无评论...
验证码 换一张
取 消