Share Library
- Give read access to your home directory.
chmod 755 /home/user
- 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
- 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
- Create
setup_cadencea file and save it to your library directory.
source /CMC/tools/CSHRCs/Cadence
umask 000
- Source
setup_cadencebefore launching Cadence.
cd /home/userA/projectA/
source setup_cadence
startCds -t ic6-crn65gp
- (Optional) Create an alias in your
.cshrcfile.
alias s65 ' cd CRN65GP ; startCds -t ic6-crn65gp '
Import Library
- Add new define to
/home/user/tsmc65/cds.lib.
DEFINE library /home/userA/tsmc65/libraryA
- or Add new line to Library Manager > Edit > Library Path.
