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:cdsenv [19/11/2013 17:57]
pacher
vlsi:workbook:analog:cdsenv [11/07/2014 22:44] (versione attuale)
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 416: Linea 417:
 in your home directory. in your home directory.
  
-To change these defaults, just use in your home ''​~/​.cdsinit''​ or ''​~/​.cdsinit_personal''​ files the following directives:+To change these defaults, just use in your home ''​~/​.cdsinit''​ or ''​~/​.cdsinit_personal''​ files the following directives
  
  
Linea 424: Linea 425:
 </​code>​ </​code>​
  
 +
 +\\
 +You can type these statements at the CIW command prompt as well.
  
 \\ \\
Linea 523: Linea 527:
 [[https://​secure.engr.oregonstate.edu/​wiki/​ams/​index.php/​Cadence/​TipsAndTricks]] [[https://​secure.engr.oregonstate.edu/​wiki/​ams/​index.php/​Cadence/​TipsAndTricks]]
  
-===== Some customization ​examples =====+====== Customization ​examples ​======
  
 The general ''​.cdsenv''​ syntax is like The general ''​.cdsenv''​ syntax is like
Linea 592: Linea 596:
  
 <​code>​ <​code>​
-editor="​emacs"+editor = "/​usr/​bin/​nedit"
 </​code>​ </​code>​
  
Linea 603: Linea 607:
  
  
 +
 +\\
 +**License check out order**\\
 +
 +Use your local ''​.cdsenv''​ with 
 +
 +<​code>​
 +license ​  ​VSELicenseCheckOutOrder ​  ​string ​  "​XL,​L"​
 +license ​  ​VLSLicenseCheckOutOrder ​  ​string ​  "​GXL,​XL,​L"​
 +license ​  ​ADELicenseCheckOutOrder ​  ​string ​  "​GXL,​XL,​L"​
 +</​code>​
 +
 +
 +See also 
 +
 +[[http://​www.cadence.com/​Community/​forums/​p/​15176/​26989.aspx]] ​ \\
 +[[http://​support.cadence.com/​wps/​mypoc/​cos?​uri=deeplinkmin:​ViewSolution;​solutionNumber=11587412]] (Cadence On-line support login required)
  
 ====== ====== ====== ======