VLSI scripts:

Below are a collection of shell scripts and Perl scripts that I used to speed up the design, testing, and verification of PulseNet (a full-custom VLSI chip). I'm making them available for anyone else who's using Magic for layout, Sue for schematics, and Gemini for netlist comparison. The scripts are listed and described below, and are available for download from
this directory.

To run the scripts, of course, you have to save them in the appropriate directory, give them execute priviliges ($ chmod +x scriptname.csh) and run them ($ ./scriptname.csh). In some of the scripts you will have to set up variables appropriate for your design (e.g., the name of the top cell, for example) and tool set (e.g. the path to magic).

Warning: