Skip to content

visionvlsi/openlane_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages