openlane_tutorial

1. Adding a design

./flow.tcl -design <design_name> -init_design_config

https://github.com/efabless/OpenLane/blob/master/designs/README.md

2. Interactive Mode

https://github.com/efabless/OpenLane/blob/master/docs/source/advanced_readme.md

3. script needs to be run in the follwing way

./flow.tcl -interactive -file script.tcl

4. List of commands available in openlane, their functionality, and their expected inputs and outputs.

https://github.com/efabless/OpenLane/blob/master/docs/source/openlane_commands.md

5. OpenLane configuration variables and their default values.

https://github.com/efabless/OpenLane/blob/master/configuration/README.md