Difference between revisions of "CDS LAB1/en"
From ATI public wiki
(starting translation (by SublimeText.Mediawiker)) |
((by SublimeText.Mediawiker)) |
||
Line 16: | Line 16: | ||
:* If it is the first time launching Cadence, then using terminal: | :* If it is the first time launching Cadence, then using terminal: | ||
:: <pre>ams_cds -64 -tech c18a6 -add CORELIB -add IOLIB_6AM -add GATES_ANA</pre> | :: <pre>ams_cds -64 -tech c18a6 -add CORELIB -add IOLIB_6AM -add GATES_ANA</pre> | ||
+ | :: here we choose AMS 0.18μm with 6 metal layers as the technology and add three gate libraries | ||
+ | :* For the subsequent launches of Cadence use the command: | ||
+ | :: <pre>ams_cds</pre> | ||
+ | |||
+ | :[[File:Cds lab1 2.png|Launching Cadence]] | ||
+ | |||
+ | : ''The actions from this point on will be executed using the Graphical User Interface of Cadence'' | ||
+ | |||
+ | : Several windows will open. On a dialog window asking about ''designkit'' simply press ''OK''. | ||
+ | :[[File:Cds lab1 3.png|Designkit dialog]] | ||
+ | |||
+ | |||
+ | : Cadence main window will be also opening, which is located by default near the left bottom corner. | ||
+ | :[[File:Cds lab1 4.png|Cadence main window]] | ||
+ | : Cadence will log messages in this window, including error messages. | ||
+ | |||
+ | : Also Cadence Library Manager window will open | ||
+ | :[[File:Cds lab1 5.png|Library Manager]] | ||
+ | : It is recommended to check the checkbox '''Show Categories''' | ||
+ | |||
+ | ==Creating a new library== | ||
+ | : In the Library Manager window choose from menu '''File->New->Library''' | ||
+ | :[[File:Cds lab1 6.png|Loome uue library]] | ||
+ | |||
+ | |||
+ | : A new window will open, where a name can be inserted. In here '''labor_1''' will be used. After inserting the name, press '''OK''' | ||
+ | :[[File:Cds lab1 7.png|Loome uue library]] | ||
+ | |||
+ | : Another window will appear with couple of choices. Choose '''Attach to an existing technology library''' and press '''OK''' | ||
+ | :[[File:Cds lab1 8.png|uue library tehnoloogia]] |
Revision as of 16:15, 9 June 2016
The objective of the tutorial is to design a digital circuit and simulate it using Cadence
Setting up the work environment
All the actions in this and the followin paragprah will be happening in terminal
- create a new directory lab1
- move to the new directory
- insert 'cad' and from the menu choose '1' (initializes environmental variables for Cadence)
- insert setenv EDITOR SciTE for making SciTE as the default text editor
Starting Cadence
- According to Cadence 2016 EDA ver.
- If it is the first time launching Cadence, then using terminal:
-
ams_cds -64 -tech c18a6 -add CORELIB -add IOLIB_6AM -add GATES_ANA
- here we choose AMS 0.18μm with 6 metal layers as the technology and add three gate libraries
- For the subsequent launches of Cadence use the command:
-
ams_cds
- The actions from this point on will be executed using the Graphical User Interface of Cadence
- Cadence main window will be also opening, which is located by default near the left bottom corner.
- Cadence will log messages in this window, including error messages.
- Also Cadence Library Manager window will open
- It is recommended to check the checkbox Show Categories
Creating a new library