Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 759 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 759 Bytes

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