blob: cee6c748df9950d908c899f31b59519936a11bce [file] [log] [blame]
This tar file contains four files
1. batchCdl: batch script file, for generating the flat auCdl netlist.
For generating the hierarchical netlist comment or remove the following from the script file
/***************************************************************/
if `grep "cdlNetlistType = 'fnl" .simrc` != "cdlNetlistType = 'fnl" then
echo "cdlNetlistType = 'fnl" >> .simrc
endif
/***************************************************************/
2. sienv_template : template file for si.env , modify the simLibName with the library name of your library
3. cellList : Please modify this file to add the schematic cell names to be netlisted
This script needs the cds.lib to be present in the current directory. Please copy the cds.lib file here.
4. This README file.