Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#5739 from joaomai/estimated-p…
Browse files Browse the repository at this point in the history
…arasitics-description

rsz: update README with new estimated parasitics description
  • Loading branch information
eder-matheus authored Sep 13, 2024
2 parents f511c80 + 81c40cd commit 3eff2c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rsz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,21 @@ After the `global_route` command has been called, the global routing topology
and layers can be used to estimate parasitics with the `-global_routing`
flag.

The optional argument `-spef_file` can be used to write the estimated parasitics using
Standard Parasitic Exchange Format.

```tcl
estimate_parasitics
-placement|-global_routing
[-spef_file spef_file]
```

#### Options

| Switch Name | Description |
| ----- | ----- |
| `-placement` or `-global_routing` | Either of these flags must be set. Parasitics are estimated based after placement stage versus after global routing stage. |
| `-spef_file` | Optional. File name to write SPEF files. If more than one corner is available for the design, the files will be written as filename_corner.spef. |

### Set Don't Use

Expand Down

0 comments on commit 3eff2c7

Please sign in to comment.