Skip to content

Commit

Permalink
Merge pull request #5998 from titan73/master
Browse files Browse the repository at this point in the history
pdn: Remove deprecated -pin_direction flag in doc define_pdn_grid example.
  • Loading branch information
maliberty authored Oct 22, 2024
2 parents 9f7b58a + 16303b7 commit ea63b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Define the rules for one or more macros.
Example usage:

```
define_pdn_grid -macro -name ram -orient {R0 R180 MX MY} -grid_over_pg_pins -starts_with POWER -pin_direction vertical
define_pdn_grid -macro -name rotated_rams -orient {E FE W FW} -grid_over_boundary -starts_with POWER -pin_direction horizontal
define_pdn_grid -macro -name ram -orient {R0 R180 MX MY} -grid_over_pg_pins -starts_with POWER
define_pdn_grid -macro -name rotated_rams -orient {E FE W FW} -grid_over_boundary -starts_with POWER
```

- Method 3: Modify existing power domain
Expand Down

0 comments on commit ea63b9a

Please sign in to comment.