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
Ultima revisione Entrambe le parti successive la revisione
vlsi:workbook:analog:cdsenv [20/08/2013 23:12]
pacher
vlsi:workbook:analog:cdsenv [08/01/2014 15:02]
pacher
Linea 2: Linea 2:
  
 [ __[[vlsi:​home|Home]]__ ] [ __[[vlsi:​home|Home]]__ ]
-[ __[[vlsi:​workbook:​analog:main#​contents|Back to index]]__ ]+[ __[[vlsi:​workbook:​analog#​contents|Back to index]]__ ]
  
  
Linea 18: Linea 18:
    * [[vlsi:​workbook:​analog:​cdsenv#​.cdsplotinit|.cdsplotinit]]    * [[vlsi:​workbook:​analog:​cdsenv#​.cdsplotinit|.cdsplotinit]]
    * [[vlsi:​workbook:​analog:​cdsenv#​cds.lib_library_definition_file|cds.lib library definition file]]    * [[vlsi:​workbook:​analog:​cdsenv#​cds.lib_library_definition_file|cds.lib library definition file]]
 +   * [[vlsi:​workbook:​analog:​cdsenv#​simulation_results_and_saved_states_directories|Simulation results and saved states directories]]
    * [[vlsi:​workbook:​analog:​cdsenv#​display.drf|display.drf]]    * [[vlsi:​workbook:​analog:​cdsenv#​display.drf|display.drf]]
    * [[vlsi:​workbook:​analog:​cdsenv#​bindkeys|Bindkeys]]    * [[vlsi:​workbook:​analog:​cdsenv#​bindkeys|Bindkeys]]
Linea 409: Linea 410:
  
  
 +====== 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 type these statements at the CIW command prompt as well.
 +
 +\\
 +See also
 +
 +[[http://​www.cadence.com/​Community/​forums/​p/​17009/​1179512.aspx]]
  
  
Linea 572: Linea 596:
  
 <​code>​ <​code>​
-editor="​emacs"+editor = "/​usr/​bin/​nedit"
 </​code>​ </​code>​