Skip to content

Using the OpenROAD GUI

Abhinav Uppal edited this page Sep 20, 2022 · 7 revisions

Setting up OpenROAD GUI: cd <caravel_user_project clone> Edit the Makefile to use the latest OPENLANE_TAG from https://hub.docker.com/r/efabless/openlane/tags Try running make setup, which will most likely error out on the OPEN_PDKS commit. Update that on the Makefile too. Now make setup should grab the latest openlane.

Next, navigate to cd dependencies/openlane_src

export OPENLANE_IMAGE_NAME=efabless/openlane:<insert same tag as used above>
make mount
openroad -gui

It might be a good idea to mount your repo's openlane directory to docker by updating the dependencies/openlane_src/Makefile to include an additional -v path

Clone this wiki locally