Netlist Extractor and LVS

E

Erik

Guest
Hello,


I developed a netlist extractor and a layout vs. schematic (LVS)
application.

It is very early in it's development, but it is functional.

The netlist extractor takes a LEF file with all of its geometries and
converts it into a netlist that consists of transistors and
connections.

The lvs application takes two netlists ( one extracted from a geometry
file, and one from a design schematic) and compares them. If the two
netlists match, you know that your design is properly implemented in
the layout.

I plan on making the extractor and lvs application a more robust and
distributed application using PVM.

Right now it's not fancy, so if your looking for a nice GUI or
something to use in a production environment, you might want to look
somewhere else. And I have only tested it on Linux.

If anyone is interested in the code, you can find it here:

http://www.lechak.info/lvs


If you are interested in the code and have questions or comments please
feel free to contact me via my website.


Thanks,
Erik Lechak
 
On 7 Sep 2006 23:07:45 -0700, "Erik" <prochak@netzero.net> wrote:

Hello,


I developed a netlist extractor and a layout vs. schematic (LVS)
application.

It is very early in it's development, but it is functional.

The netlist extractor takes a LEF file with all of its geometries and
converts it into a netlist that consists of transistors and
connections.

The lvs application takes two netlists ( one extracted from a geometry
file, and one from a design schematic) and compares them. If the two
netlists match, you know that your design is properly implemented in
the layout.

I plan on making the extractor and lvs application a more robust and
distributed application using PVM.

Right now it's not fancy, so if your looking for a nice GUI or
something to use in a production environment, you might want to look
somewhere else. And I have only tested it on Linux.

If anyone is interested in the code, you can find it here:

http://www.lechak.info/lvs


If you are interested in the code and have questions or comments please
feel free to contact me via my website.


Thanks,
Erik Lechak
I'm not a software developer, I'm a circuit designer, so I have no
interest in your code.

However! I'm VERY MUCH INTERESTED in a final product that can compare
netlists... particularly useful if you can handle both flat and
hierarchical representations.

...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice:(480)460-2350 | |
| E-mail Address at Website Fax:(480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |

I love to cook with wine. Sometimes I even put it in the food.
 

Welcome to EDABoard.com

Sponsor

Back
Top