Skip to content

Commit e5245cf

Browse files
committed
tools: update to version 2025.03
1 parent d3b673f commit e5245cf

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,20 @@ Cell/Module placement | Routing
9090

9191
## Requirements
9292
We are using the excellent docker container maintained by Harald Pretl. If you get stuck with installing the tools, we urge you to check the [Tool Repository](https://github.com/iic-jku/IIC-OSIC-TOOLS).
93-
The current supported version is 2024.11, no other version is tested or officially supported.
93+
The current supported version is 2025.03, no other version is officially supported.
9494

9595
### ETHZ systems
9696
An environment setup for bash is provided.
9797
```sh
9898
source ethz.env
9999
```
100100

101+
Additionally you may prefer to just enter a shell in the pre-installed osic-tools container using:
102+
```sh
103+
oseda bash
104+
# older version eg: oseda -2025.03 bash
105+
```
106+
101107
### Other systems
102108
**Note: this has currently only been tested on Ubuntu and RHEL Linux.**
103109

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
services:
99
pulp-docker:
10-
image: hpretl/iic-osic-tools:2024.10
10+
image: hpretl/iic-osic-tools:2025.03
1111
environment:
1212
- UID=${UID}
1313
- GID=${GID}

start_vnc.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if not exist "%DESIGNS%" %ECHO_IF_DRY_RUN% mkdir "%DESIGNS%"
4646

4747
IF "%DOCKER_USER%"=="" SET DOCKER_USER=hpretl
4848
IF "%DOCKER_IMAGE%"=="" SET DOCKER_IMAGE=iic-osic-tools
49-
IF "%DOCKER_TAG%"=="" SET DOCKER_TAG=2024.10
49+
IF "%DOCKER_TAG%"=="" SET DOCKER_TAG=2025.03
5050

5151
IF "%CONTAINER_USER%"=="" SET CONTAINER_USER=1000
5252
IF "%CONTAINER_GROUP%"=="" SET CONTAINER_GROUP=1000

start_vnc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [ -z ${DOCKER_IMAGE+z} ]; then
5252
fi
5353

5454
if [ -z ${DOCKER_TAG+z} ]; then
55-
DOCKER_TAG="2024.10"
55+
DOCKER_TAG="2025.03"
5656
fi
5757

5858
if [ -z ${CONTAINER_NAME+z} ]; then

0 commit comments

Comments
 (0)