Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Prossima revisione
Revisione precedente
vlsi:workbook:analog:layout:intro [20/08/2013 23:30]
pacher creata
vlsi:workbook:analog:layout:intro [10/03/2014 13:42] (versione attuale)
pacher
Linea 9: Linea 9:
  
    * Introduction    * Introduction
-   - [[ layout_tools | Tools overview and relative ​documentation ​]] +   Tools overview and documentation 
-   - [[ layout_techniques | Basic layout techniques ​]] +   Basic layout techniques
  
 **Keywords:​** **Keywords:​**
Linea 36: Linea 35:
 Good textbooks have been collected __[[vlsi:​books#​vlsi_design_and_layout|here]]__. Good textbooks have been collected __[[vlsi:​books#​vlsi_design_and_layout|here]]__.
  
 +
 +====== Tools overview and relative documentation ======
 +
 + 
 +
 +   * Introduction
 +   * Virtuoso Layout Editor L/XL
 +   * Cadence verification tools
 +      * Diva
 +      * Assura
 +   * Mentor Graphics Calibre verification tool
 +  ​
 +
 +
 +Open source tools: **[[http://​www.layouteditor.net/​|LayoutEditor]]**.
 +
 +
 +===== Assura Physical Verification =====
 +
 +Instalation directory:
 +
 +''/​usr/​cadence/​Assura_4.10oa-615''​
 +
 +Documentation:​
 +
 +<​code>​
 +cd ~/​cadence/​doc
 +mkdir Assura_4.10
 +cd Assura_4.10
 +find /​usr/​cadence/​Assura_4.10oa-615/​doc -name '​*.pdf'​ -exec ln -s {} . \;
 +</​code>​
 +
 +
 +===== Virtuoso Layout Editor L/XL =====
 +
 +Virtuoso Layout Editor (VLE) L/XL
 +
 +Documentation in 
 +
 +
 +''​$IC_DIR/​doc/​vlehelp/​vlehelp.pdf''​
 +
 +
 +===== Mentor Graphics Calibre verification tool =====
 +
 +Calibre has become de facto industry standard for physical layout verification.
 +
 +
 +Main installation directory in 
 +
 +''/​usr/​mentor/​calibre_2010''​
 +
 +
 +
 +Documentation
 +
 +<​code>​
 +cd ~/​cadence/​doc
 +mkdir Calibre_10.20
 +cd Calibre_10.20
 +find /​usr/​mentor/​docs/​docs_cal_2010.3_19.12/​docs/​pdfdocs -name '​*.pdf'​ -exec ln -s {} . \;
 +</​code>​
 +
 +
 +
 +
 +====== LayoutEditor ======
 +
 +[[vlsi:​workbook:​analog:​layout:​layouteditor|LayoutEditor open source software]]