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:workbook:computing:setup [19/11/2013 18:16]
pacher
vlsi:workbook:computing:setup [06/12/2013 18:05]
pacher
Linea 229: Linea 229:
 A ''​lib/''​ or ''​libs/''​ directory is used to save your designs in form of user libraries, cells and cell views. ​ A ''​lib/''​ or ''​libs/''​ directory is used to save your designs in form of user libraries, cells and cell views. ​
 Another popular choice is ''​LibDir/''​ as well. Another popular choice is ''​LibDir/''​ as well.
 +
  
  
Linea 259: Linea 260:
 when you launch a tool executable or setting a new default into a local configuration file.    when you launch a tool executable or setting a new default into a local configuration file.   
 You can create a generic ''​log/''​ or ''​logs/''​ as well as ''​log_<​username>/''​ or ''​log_<​tool_name>/''​ directories. You can create a generic ''​log/''​ or ''​logs/''​ as well as ''​log_<​username>/''​ or ''​log_<​tool_name>/''​ directories.
 +
 +e.g.
 +
 +<​code>​
 +virtuoso -log ./​log/​CDS.log
 +</​code>​
 +
 +
 +
 +
  
 **models/​** ​  \\ **models/​** ​  \\
Linea 336: Linea 347:
 </​code>​ </​code>​
  
-===== UNIX permissions =====+===== Define proper ​UNIX permissions ​and create a public ​=====
  
  
Linea 352: Linea 363:
  
 <​code>​ <​code>​
-chmod 711 ~/+chmod 711 $HOME/ 
 +</​code>​ 
 + 
 + 
 +Create a ''​public''​ in your home with ''​755''​ permission  
 +to share resources within collegues,  
 + 
 +<​code>​ 
 +mkdir ~/public 
 +chmod 755 public
 </​code>​ </​code>​