Skip to content

Commit

Permalink
pdn: Remove deprecated -pin_direction flag in doc define_pdn_grid exa…
Browse files Browse the repository at this point in the history
…mple.

Signed-off-by: Christian Costa <[email protected]>
  • Loading branch information
titan73 committed Oct 22, 2024
1 parent 6833b0f commit 16303b7
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 16303b7

Please sign in to comment.