File size: 1,303 Bytes
198fb2a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | # OpenROAD-flow-scripts Tutorial
The OpenROAD-flow-scripts tutorial to run the complete
OpenROAD based flow from RTL-to-GDS using [OpenROAD Flow
Scripts](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts).
This tutorial also includes examples of useful design explorations and
manual usage in key flow stages to help users gain a good understanding of
the [OpenROAD](https://openroad.readthedocs.io/en/latest/main/README.html)
application flow, data organization, GUI and commands.
Refer to the [Flow
Tutorial](https://openroad.readthedocs.io/en/latest/tutorials/FlowTutorial.html).
## Tutorial Test Scripts
The directory `tutorials` contains a few scripts used by the `Flow
Tutorial`. The tutorial uses sample test scripts already part of OpenROAD
`test`.
### OpenROAD GUI Test Case
View [load_lef.tcl](./scripts/gui/load_lef.tcl) example Tcl script that shows
a simple user defined GUI customization to add `sky130` technology LEF file.
### Detail Routing Test Case
View [drc_issue.tcl](./scripts/drt/drc_issue.tcl) example Tcl script to
trace a simple DRC violation.
View [drc_fix.tcl](./scripts/drt/drc_fix.tcl) example Tcl script to fix
the DRC violation.
### Metal Fill Test Case
View [metal_fill.tcl](./scripts/metal_fill/metal_fill.tcl) example Tcl scrit
to add metal fill.
|