openlane API

The OpenLane API

Documented elements of this API represent the primary programming interface for the OpenLane infrastructure.

The various elements of OpenLane are organized into modules. You may import them using their module name as follows:

import openlane.common

Submodule

Short Description

common

Common Utilities Module

config

The Configuration Module

flows

The Flow Module

logging

The Logging Module

state

The State Module

steps

The Step Module