Share Library

  1. Give read access to your home directory.
chmod 755 /home/user
  1. Give read or read/write access to your library directory.
chmod -R 755 /home/user/tsmc65/libraryA #option1: read
chmod -R 777 /home/user/tsmc65/libraryA #option2: read and write
  1. Share path to library directory with people who need access.
Only applies permissions to existing files. Must be reapplied each time new files are created.

Auto updates

  1. Create setup_cadence a file and save it to your library directory.
source /CMC/tools/CSHRCs/Cadence
umask 000
  1. Source setup_cadence before launching Cadence.
cd /home/userA/projectA/ 
source setup_cadence 
startCds -t ic6-crn65gp
  1. (Optional) Create an alias in your .cshrc file.
alias s65 ' cd CRN65GP ; startCds -t ic6-crn65gp '

Import Library

  1. Add new define to /home/user/tsmc65/cds.lib.
DEFINE library /home/userA/tsmc65/libraryA
  1. or Add new line to Library Manager > Edit > Library Path.

Pasted image 20241017154517.png