Cell Timing Information

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

 

 

Librarymaker.pl takes the list of cells in librarylist.nh and searches through the spicetest directory to add the corresponding tables of a cell into the timing technology library. 

        perl spicetest/tools/librarymaker.pl spicetest/tools/librarylist.nh

 The output library is called generatedlibrary.lib.  The beginning of the library looks like the following:

 

This library is not complete since it only contains cell group information. We have to add library group information into the file.  Please refer to Library Compiler manual for further information about the technology file.  The beginning of complete timing library looks like the following:

 

 

Please note that the library name is called HT018.

Next-->