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
Prossima revisione Entrambe le parti successive la revisione
vlsi:computing_run_ic [21/04/2013 21:55]
pacher
vlsi:computing_run_ic [01/05/2013 22:18]
pacher
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.can be found at
-Controllare che la libreria della technologia sia stata inclusa! +
- +
-In Design Framework II, your project consists of a library containing the cells used by your circuitYour cells can also contain components from other librariesEach 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. +
  
 +//​[[http://​vlsi.engr.uidaho.edu/#​idaho-setup]]//​
  
 ===== Quit the session ===== ===== Quit the session =====
  
-To exit Cadence, select File and Exit from the CIW pulldown menu. +To exit Cadence, select ​**File => Exit...** from the CIW pulldown menu
 +A dialog box should appear and ask to confirm the request. Left click **OK** 
 +to quit the session or left click **Cancel** to resume.
  
-**CIW => File => Exit...** 
  
-===== Start a vanilla Cadence IC environment ​ ===== 
  
-If you want to run Vituoso without ​technology-specific environment source the configuration scripts ​+If you have any unsaved work //Save All// window appears with a list of libraries,  
 +cells and cell views to be saved.
  
-NOTA! Prima bisogna fare il setenv di MANPATH e poi soursare gli script! ​ 
  
-<​code>​ +Left click **OK** after making all the appropriate choicesAll Cadence windows will now close and  
-setenv MANPATH ""​ +the design session will end.
-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**
- 
-