Transcription of Cadence Tutorial - Columbia University
{{id}} {{{paragraph}}}
Cadence TutorialColin Weltin-WuStep 1 Before anything you need to modify in you root directory. Open thefile~/.bash_profilein your favorite editor, and it should look something like this:# .bash_profile# Get the aliases and functionsif [ -f ~/.bashrc ]; then. ~/.bashrcfi# User specific environment and startup programsPATH=\$PATH:\$HOME/binexport PATH unset USERNAMEYou must add the linePATH=/usr/cad/mmsim/tools/bin:$PATH before thePATH statement,so it looks like this:# .bash_profile# Get the aliases and functionsif [ -f ~/.bashrc ]; then. ~/.bashrcfi# User specific environment and startup programsPATH=/usr/cad/mmsim/tools/bin:$P ATHPATH=$PATH:$HOME/binexport PATH unset USERNAMESave and exit. Check that the line is now there by typingmore .bash_profileand create a Cadence directory for your files. You can name it 4312 for example, andcreate it withmkdir 4312at the prompt. Then change to that directory withcd 4312. Now1you have to set up some environment parameters.
Cadence rounds to the closest value possible within the constraints of layout, i.e. a resistor length of 9.2323 mis impossible so rounding may be required. ... 17. We should also add back the input and output waves to the Outputs window, and deactivate the unneeded Analyses and Outputs. The simulator should now look like this:
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}