Skip to content

Commit a7469a0

Browse files
committed
doc: mention icdesign in Readme
1 parent e5245cf commit a7469a0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,16 @@ We are using the excellent docker container maintained by Harald Pretl. If you g
9393
The current supported version is 2025.03, no other version is officially supported.
9494

9595
### ETHZ systems
96-
An environment setup for bash is provided.
96+
ETHZ Design Center maintains an internal version of the IHP PDK, with integrations into all tools we have access to. For this reason if you work on the ETH systems it is recommended to use the `icdesign` tool (cockpit) instead of the liked Github repo.
97+
You can directly create a cockpit directory inside the croc directory:
98+
```sh
99+
# Make sure you are in <somedir>/croc
100+
# the checked-out repository
101+
icdesign ihp13 -nogui
102+
```
103+
The setup is guided by the `.cockpitrc` configuration file. If you need different macros or another version of the standard cells you can change it accordingly.
104+
105+
An environment setup for bash is provided to get easy access to the tools:
97106
```sh
98107
source ethz.env
99108
```

0 commit comments

Comments
 (0)