We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Getting start in cadence
1. open the terminal
2. Copy the .cshrc to your home directory and source the .cshrc >cp ~wics/.cshrc . >source .cshrc 3. make a directory called cadence in your home directory >mkdir cadence Get into the cadence >cd cadence make a directory called CIC18 in cadence > mkdir CIC18 Get into the CIC18 >cd CIC18 4. make a symbolic link of PDK >ln –s /PDK/CIC18 Copy cds.lib to CIC18 >cp ~wics/cadence/CIC18/cds.lib . Copy .cdsinit to CIC18 >cp ~wics/cadence/CIC18/.cdsinit . Copy .cdsenv to CIC18 >cp ~wics/cadence/CIC18/.cdsenv . Copy .cdsplotinit to CIC18 >cp ~wics/cadence/CIC18/.cdsplotinit . Copy display.drf to CIC18 >cp /PDK/CIC18/display.drf . 5. excutive cadence >icfb & 6. go back to cadence and make the directory for other process >cd .. > mkdir pocess_name process_name may be TSMC18RF, TSMC90, UMC18 >cd pocess_name Repeat step 4 and institute the yellow part to pocess_name