You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,16 @@ We are using the excellent docker container maintained by Harald Pretl. If you g
93
93
The current supported version is 2025.03, no other version is officially supported.
94
94
95
95
### 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:
0 commit comments