IHP 130nm process: Difference between revisions

From ift
mNo edit summary
mNo edit summary
(13 intermediate revisions by 2 users not shown)
Line 5: Line 5:
The following steps describe how to install the Process Design Kit and start a new design.  
The following steps describe how to install the Process Design Kit and start a new design.  


Log on to one of the mikroservers:
Log on to the mikroserver:
  ssh -X mikroserver2
  ssh -X mikroserver4


The preferred shell is bash. When using another shell it will be necessary to change the installation routine and modify the initialization script accordingly.
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.
The '''first time''' you are using the IHP design kit you should copy the user environment design to your chosen parent directory (e.g ~/ihp)
  cd ~/ihp
  cp -rp  /eda/design_kits/ihp_sg13/SG13S_617_rev1.10.1/work/skel ~/ihp


Copy the user environment design and set general Cadence environment variables by doing:
Change sh.cadence in ~/ihp/cds to suit your needs. In particular you must define $IHP_TECH and $PROJECT according to your local environment. Then set general and user Cadence environment variables by doing:
  cp -rp /eda/design_kits/ihp_sg13/SG13S_616_rev1.0.2_a/work/skel .
  source /eda/cadence/2018-19/scripts/analog.sh
  source /eda/cadence/cadence_init.sh
  cd ~/ihp/cds/
source sh.cadence
virtuoso &


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
To avoid having to do this every time try to set up your environment like described in [[MikroserverSetup]]
source ~/ihp/skel/cds/sh.cadence
 
Start the design environment by:
virtuoso &


Follow the Design Kit User manual found in the menu SG13S Features > Design Kit Documentation
Follow the Design Kit User manual found in the menu SG13S Features > Design Kit Documentation. Make sure that your web browser is closed or started from the microserver, else the file will not be found.


[[Category:Mikroelektronikk]]
[[Category:Mikroelektronikk]] [[Category:Integrated_Circuts]] [[Category:Cadence_Virtuoso]]

Revision as of 08:10, 30 March 2020

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 the mikroserver:

ssh -X mikroserver4

The preferred shell is bash. When using another shell it will be necessary to change the installation routine and modify the initialization script accordingly.

The first time you are using the IHP design kit you should copy the user environment design to your chosen parent directory (e.g ~/ihp)

cp -rp  /eda/design_kits/ihp_sg13/SG13S_617_rev1.10.1/work/skel ~/ihp

Change sh.cadence in ~/ihp/cds to suit your needs. In particular you must define $IHP_TECH and $PROJECT according to your local environment. Then set general and user Cadence environment variables by doing:

source /eda/cadence/2018-19/scripts/analog.sh
cd ~/ihp/cds/
source sh.cadence
virtuoso &

To avoid having to do this every time try to set up your environment like described in MikroserverSetup

Follow the Design Kit User manual found in the menu SG13S Features > Design Kit Documentation. Make sure that your web browser is closed or started from the microserver, else the file will not be found.