Cell Timing Information

        1. si.inp generation
        2. MoveSiInp.pl
            a. TransientHspice.pl
            b. CapaFinder.pl
        3. Transient Analysis
        4. Entra-point Consideration
        5. HspiceAUTO.pl
            a. Spectre2Hspice.pl
            b. fallrisetable.pl
        6. librarylist.pl
        7. librarymaker.pl
        8. LibraryCompiler
 

 

 

The Spectre source file si.inp is in spectre_nand2x1.run1 folder in standardcell folderWe use MoveSiInp.pl to create a nand2x1 under spicetest and move the source file under nand2x1.  

    Perl spicetest/tools/MoveSiInp.pl

It also calls the TransientHspice.pl and CapaFinder.pl.  A partial view of MoveSiInp.pl is in the following picture.  

The script will also work for all the cells in the above list.  For this tutorial, we only have nand2x1.

Next-->