Differenze

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

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:computing_run_ic [21/04/2013 22:02]
pacher
vlsi:computing_run_ic [22/08/2013 19:09]
pacher cancellata
Linea 1: Linea 1:
  
-====== Running Cadence IC 6.1.x (Virtuoso) ====== ​+====== Running Cadence IC (Virtuoso) ====== ​
  
-[ __[[vlsi:​computing_cdsterm|Back]]__ ]+[ __[[vlsi:​home|Home]]__ ] 
 +[ __[[vlsi:​workbook|VLSI Design WorkBook]]__ ] 
 +[ __[[vlsi:​computing_cdsterm#​run_cadence_executables|Back]]__ ]
  
 == Contents == == Contents ==
  
    * [[vlsi:​computing_run_ic#​introduction|Introduction]]    * [[vlsi:​computing_run_ic#​introduction|Introduction]]
-   * [[vlsi:​computing_run_ic#​create_a_new_cds.lib_file|Create a new cds.lib file]] +   * [[vlsi:​computing_run_ic#​software_releases|Software releases]] 
-   * [[vlsi:​computing_run_ic#​running_cadence|Running Cadence]]+   * [[vlsi:​computing_run_ic#​create_a_basic_cds.lib_file|Create a basic cds.lib file]] 
 +   * [[vlsi:​computing_run_ic#​running_cadence_design_framework|Running Cadence ​Design Framework]]
    * [[vlsi:​computing_run_ic#​quit_the_session|Quit the session]]    * [[vlsi:​computing_run_ic#​quit_the_session|Quit the session]]
  
Linea 34: Linea 37:
 of the WorkBook. of the WorkBook.
  
-===== Create a new cds.lib file =====+ 
 + 
 +===== Software releases ===== 
 + 
 +Cadence 6.1.x 
 + 
 +===== Create a basic cds.lib file ===== 
 + 
 +In Design Framework II, your project consists of a library containing the cells used by your circuit. Your cells can also contain components from other libraries. Each cell can have different views (schematic, symbol, etc), accordingly to their purpose. The library Manager can be used to select cells, copy, delete, rename, etc.
  
 The cds.lib file becomes important if you want access to additional technologies that are not part of the default Cadence installation. A technology is a collection of device parameters, models, and fabrication data that is available to Cadence for use in designs. ​ Using the default library list is fine, but if you need access to additional technologies,​ you will need to manually add them to the cds.lib file. The cds.lib file becomes important if you want access to additional technologies that are not part of the default Cadence installation. A technology is a collection of device parameters, models, and fabrication data that is available to Cadence for use in designs. ​ Using the default library list is fine, but if you need access to additional technologies,​ you will need to manually add them to the cds.lib file.
Linea 49: Linea 60:
 </​code>​ </​code>​
  
-===== Launch ​Cadence ​IC 6.1.x ===== + 
 +For more details about ''​cds.lib''​ please refer to __[[vlsi:​analog_cdsenv|Cadence Virtuoso setup files]]__. 
 + 
 + 
 +===== Running ​Cadence ​Design Framework ​===== 
  
  
Linea 132: Linea 147:
  
  
-===== Library manager ===== +\\ 
- +A few very nice **training videos** about starting Cadence IC 6.1.x can be found at
-Controllare che la libreria della technologia sia stata inclusa! +
- +
  
 +//​[[http://​vlsi.engr.uidaho.edu/#​idaho-setup]]//​
  
 ===== Quit the session ===== ===== Quit the session =====
Linea 153: Linea 166:
 Left click **OK** after making all the appropriate choices. All Cadence windows will now close and  Left click **OK** after making all the appropriate choices. All Cadence windows will now close and 
 the design session will end. the design session will end.
- 
- 
-===== Start a vanilla Cadence IC environment ​ ===== 
- 
-If you want to run Vituoso without a technology-specific environment source the configuration scripts ​ 
- 
-NOTA! Prima bisogna fare il setenv di MANPATH e poi soursare gli script! ​ 
- 
-<​code>​ 
-setenv MANPATH ""​ 
-source /​usr/​local/​config/​cds_config/​CdsIC_615.rc 
-source /​usr/​local/​config/​cds_config/​CdsMMSIM_1011.rc 
-xterm & 
-</​code>​ 
- 
- 
-Posso anche farmi copie locali degli script di configurazione per poi studiarmeli:​ 
- 
-<​code>​ 
-cd ~/​scratch/​config 
-ln -s /​usr/​local/​config/​cds_config/​CdsIC_615.rc . 
-ln -s /​usr/​local/​config/​cds_config/​CdsMMSIM_1011.rc ​   
-cp /​usr/​local/​config/​CdsIC_615.rc CdsIC_615.rc.local ​ 
-cp /​usr/​local/​config/​CdsMMSIM_1011.rc CdsMMSIM_1011.rc.local ​ 
-</​code>​ 
  
  
  
 The **Command Interpreter Window (CIW)** is the  The **Command Interpreter Window (CIW)** is the 
- 
- 
- 
 Tha Cadence documentation can be invoked by selecting **CIW => Help => Cadence Documentation** Tha Cadence documentation can be invoked by selecting **CIW => Help => Cadence Documentation**
- 
-