Motivation
During support of our colleagues, there were reasons to use our cutting-edge development (dev) version of the IHP PDK in the IIC-OSIC-TOOLS:
- getting and testing latest PDK features / bugfixes
- developing custom PCells
Prepare new docker container
A docker container with root permissions is necessary.
See #238 on how to do this.
Install new PDK version
#!/bin/bash
# Remove old IHP ODK & install new IHP PDK
rm -rf /foss/pdks/ihp-sg13g2
/foss/designs/IIC-OSIC-TOOLS/_build/images/open_pdks/scripts
./install_ihp.sh
Motivation
During support of our colleagues, there were reasons to use our cutting-edge development (
dev) version of the IHP PDK in theIIC-OSIC-TOOLS:Prepare new docker container
A docker container with root permissions is necessary.
See #238 on how to do this.
Install new PDK version