GCAT/GCAT_DOCS

Installation Guide

  1. Install all required python packages
  2. Download gcat-0.1.tar.gz
  3. Unpack the file
    • tar –zxvf gcat-0.1.tar.gz
  4. Install the distribution using setup.py inside
    • python setup.py install
  5. Copy or softlink rungcat.py into your common binary path
    • cp gcat/rungcat.py ~/bin/
  6. Set environment variables
    • setenv GCAT_SPECTRE_BINARY_PATH /apps/bin/spectre
    • setenv GCAT_APS_BINARY_PATH /apps/bin/aps
  7. Run global convergence analysis by inserting proper analysis (i.e. gconv_csd/gconv_ebx) to the netlist and giving the netlist as input
    • If suffix is .scs, SPECTRE simulator is called
      rungcat.py input.scs 
    • If –l option is appended and the suffix is .scs, APS simulator is called
      rungcat.py input.scs –l aps

User Guide

(NOTE) Syntax is similar to typical SPECTRE analysis

Entropy based X analysis : gconv_ebx

Cluster split detection analysis : gconv_csd

Tutorial

Cluster split detection

Entropy based X analysis

Tags: template

GCAT/GCAT_DOCS (last edited 2012-10-24 23:47:09 by shyoun)