OpenROAD flow runner is a Docker-based flow runner that orchestrates the RTL-to-GDS flow. It is used in our cloud-based infrastructure. For more information about the software architecture of the flow, refer to the documentation
- Create a virtual environment
python3 -m venv env
- Activate virtual environment
source env/bin/activate
- Install dependencies
pip install -r requirements.txt
- Copy
src/.env-example
tosrc/.env
and modify deployment credentials accordingly. - Build using
docker-compose build
- Run using
docker-compose up
. Use the-d
option to run as daemon.
In the issues tab, create a new issue with your question. If you need to send attachments with private IPs, contact us through https://docs.theopenroadproject.org/#questions-support
BSD 2-Clause License
Copyright (c) 2019, The OpenROAD Project All rights reserved.