An open API service indexing awesome lists of open source software.

https://github.com/wokwi/openroad-docker

OpenROAD docker image (with GUI enabled)
https://github.com/wokwi/openroad-docker

openroad vlsi

Last synced: 4 months ago
JSON representation

OpenROAD docker image (with GUI enabled)

Awesome Lists containing this project

README

        

# OpenRoad Docker

Usage without GUI:

```bash
docker run -it wokwi/openroad-gui
```

Usage, with GUI:

```bash
docker run -e "DISPLAY=${DISPLAY}" --network host -v /tmp/.X11-unix:/tmp/.X11-unix wokwi/openroad-gui -gui
```

Enjoy!