mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
~ Rename `antenna.log` to `arc.log` and `magic_antenna.log` to avoid confusion ~ Separate PDK porting instructions and PDK variables ~ Add deprecated variables to documentation ~ Make existing deprecated variable documentation formatting-consistent and with replacement instructions - Remove defaults from deprecated variables (they don't have any) - Remove `LIB_MIN`/`LIB_MAX`: enough time has passed and PDK variables are annoying to deprecate Co-authored-by: Donn <me@donn.website>
23 lines
996 B
ReStructuredText
23 lines
996 B
ReStructuredText
The OpenLane Documentation
|
|
==========================
|
|
OpenLane is an automated RTL to GDSII flow based on several components including OpenROAD, Yosys, Magic, Netgen, CVC, SPEF-Extractor, KLayout and a number of custom scripts for design exploration and optimization. It also provides 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.
|
|
|
|
Check the sidebar to the left to get started.
|
|
|
|
.. toctree::
|
|
:glob:
|
|
|
|
getting_started/index
|
|
flow_overview
|
|
usage/index
|
|
tutorials/index
|
|
reference/index
|
|
additional_material
|
|
authors
|
|
for_developers/index
|
|
|