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:workbook:analog:howtos [11/09/2013 01:03]
pacher
vlsi:workbook:analog:howtos [29/11/2013 11:24] (versione attuale)
pacher
Linea 1: Linea 1:
-====== Analog design HowTo'​s ======+====== Analog ​IC design HowTo'​s ======
  
 [ __[[vlsi:​home|Home]]__ ] [ __[[vlsi:​home|Home]]__ ]
-[ __[[vlsi:​workbook|VLSI Design WorkBook]]__ ]+[ __[[vlsi:​workbook|Design WorkBook]]__ ]
 [ __[[vlsi:​workbook:​analog#​contents|Back to index]]__ ] [ __[[vlsi:​workbook:​analog#​contents|Back to index]]__ ]
  
Linea 8: Linea 8:
 == Contents == == Contents ==
  
-   * [[vlsi:analog_howtos#​introduction|Introduction]]  +   * [[vlsi:workbook:​analog:​howtos#​introduction|Introduction]]  
-   * [[vlsi:analog_howtos#​how_to_disable_the_annoying_beep_sound|How to disable the annoying '​beep'​ sound]] +   * [[vlsi:workbook:​analog:​howtos#​how_to_disable_the_annoying_beep_sound|How to disable the annoying '​beep'​ sound]] 
-   * [[vlsi:analog_howtos#​how_to_evaluate_the_power_consumption|How to evaluate the power consumption]] +   * [[vlsi:workbook:​analog:​howtos#​how_to_evaluate_the_power_consumption|How to evaluate the power consumption]] 
-   * [[vlsi:analog_howtos#​how_to_evaluate_the_total_impedance_at_a_node|How to evaluate the total impedance at a node]]+   * [[vlsi:workbook:​analog:​howtos#​how_to_evaluate_the_total_impedance_at_a_node|How to evaluate the total impedance at a node]]
    * ....    * ....
  
Linea 17: Linea 17:
  
 ===== Introduction ===== ===== Introduction =====
 +
 +
 +
 +====== How to change the default simulation results and saved states directories ======
 +
 +By default, all **simulation data and results** are stored in a ''​~/​simulation''​ directory automatically created
 +in your home directory the first time you run a simulation with Cadence IC.
 +Similarly, Cadence **simulation states** by default are saved in a ''​~/​.artist_states''​ hidden directoryautomatically created
 +in your home directory.
 +
 +To change these defaults, just use in your home ''​~/​.cdsinit''​ or ''​~/​.cdsinit_personal''​ files the following directives:
 +
 +
 +<​code>​
 +envSetVal("​asimenv.startup"​ "​projectDir"​ '​string "/​path/​to/​your/​custom/​simulation/​results/​directory"​)
 +envSetVal("​asimenv"​ "​saveDir"​ '​string "/​path/​to/​your/​custom/​simulation/​states/​directory"​)
 +</​code>​
 +
 +\\
 +You can also issue these statements at the CIW command prompt.
 +
 +\\
 +See also
 +
 +[[http://​www.cadence.com/​Community/​forums/​p/​17009/​1179512.aspx]]
 +
  
 ===== How to disable the annoying '​beep'​ sound ===== ===== How to disable the annoying '​beep'​ sound =====
Linea 61: Linea 87:
  
 <​code>​ <​code>​
-envSetVal("​spectre.envOpts"​ "​modelPath"​ '​string "<​pathTo>/​myModelFile;​section"​))+envSetVal("​spectre.envOpts"​ "​modelPath"​ '​string "<​pathTo>/​myModelFile;​section"​)
 </​code>​ </​code>​