IHP 130nm process: Difference between revisions
From ift
mNo edit summary |
|||
Line 6: | Line 6: | ||
Log on to one of the mikroservers: | Log on to one of the mikroservers: | ||
ssh -X | ssh -X mikroserver2 | ||
The preferred shell is | The preferred shell is bash. When using another shell it will be necessary to change the installation routine and modify the initialization script accordingly. | ||
First chose a parent directory, e.g. | First chose a parent directory, e.g. | ||
Line 15: | Line 14: | ||
Copy the user environment design and set general Cadence environment variables by doing: | Copy the user environment design and set general Cadence environment variables by doing: | ||
cp -rp / | cp -rp /eda/design_kits/ihp_sg13/SG13S_616_rev1.0.2_a/work/skel . | ||
source / | source /eda/cadence/cadence_init.sh | ||
Change cshrc.cadence in ~/ihp/skel/cds to suit your needs. In particular you must define $IHP_TECH and $PROJECT according to your local environment | Change cshrc.cadence in ~/ihp/skel/cds to suit your needs. In particular you must define $IHP_TECH and $PROJECT according to your local environment |
Revision as of 09:19, 8 November 2016
Cadence design with IHP 130nm process
Starting up the IHP SG13S Design Kit
The following steps describe how to install the Process Design Kit and start a new design.
Log on to one of the mikroservers:
ssh -X mikroserver2
The preferred shell is bash. When using another shell it will be necessary to change the installation routine and modify the initialization script accordingly.
First chose a parent directory, e.g.
cd ~/ihp
Copy the user environment design and set general Cadence environment variables by doing:
cp -rp /eda/design_kits/ihp_sg13/SG13S_616_rev1.0.2_a/work/skel . source /eda/cadence/cadence_init.sh
Change cshrc.cadence in ~/ihp/skel/cds to suit your needs. In particular you must define $IHP_TECH and $PROJECT according to your local environment
source ~/ihp/skel/cds/cshrc.cadence
Start the design environment by:
virtuoso &
Follow the Design Kit User manual found in the menu SG13S Features > Design Kit Documentation