OpenLane is an automated RTL to GDSII flow based on a number of components including OpenROAD, Yosys, Magic, Netgen, CVC, SPEF-Extractor, KLayout and a number of custom scripts for design exploration and optimization.
The flow performs all ASIC implementation steps from RTL all the way down to GDSII. Currently, it supports both A and B variants of the sky130 PDK, the C variant of the gf180mcu PDK, and instructions to add support for other (including proprietary) PDKs are documented.
OpenLane abstracts the underlying open source utilities, and allows users to configure all their behavior with just a single configuration file.
You can check out the detailed documentation, including in-depth guides and reference manuals at ReadTheDocs.
If you just want to try OpenLane out, try this Colaboratory by our friends at Google and ChipsAlliance. It's an online Python-based utility, and the best part is, you don't need to install anything.
To install the OpenLane environment.
Then:
apt-get install python3-venv
Run the following commands in your command-line prompt:
cd $HOME
git clone https://github.com/The-OpenROAD-Project/OpenLane
cd OpenLane
make
make test
If everything's gone smoothly, OpenLane is now set up on your computer. To enter the OpenLane environment:
cd $HOME/OpenLane
make mount
See the installation docs at https://openlane.readthedocs.io/en/latest/getting_started/installation/index.html.
After entering the OpenLane environment, you can start hardening chips: the following command, for example, runs the included spm design.
./flow.tcl -design spm
Please join the Open Source Silicon Slack where you can ask thousands of other open source hardware enthusiasts for help with setting up or running OpenLane.
If you use OpenLane in your research, please cite the following paper.
@INPROCEEDINGS{9256623,
author={Shalan, Mohamed and Edwards, Tim},
booktitle={2020 IEEE/ACM International Conference On Computer Aided Design (ICCAD)},
title={Building OpenLANE: A 130nm OpenROAD-based Tapeout- Proven Flow : Invited Paper},
year={2020},
volume={},
number={},
pages={1-6},
doi={}}
The Apache License, version 2.0.
Docker images distributed by Efabless Corporation under the same license.
Binaries in OpenLane distributions may fall under stricter open source licenses.
OPENLANE
Vendor
Efabless
Digital EDA
Free