Commit ea43ffa
committed
gf180: add metal density fill rules (fill.json)
The gf180 platform had no metal density fill: it shipped FILL_CELLS
(std-cell filler) but no FILL_CONFIG, so OpenROAD's density_fill step
inserted nothing. gf180mcu's density deck enforces ">30% metal coverage
per layer, die-wide" (rules M2.4 / M3.4 / M5.4 / ...), which a sparse
design cannot meet without metal fill.
Add flow/platforms/gf180/fill.json (Metal1-Metal5) and point
FILL_CONFIG at it. Layer/datatype numbers match the platform's own
KLayout layer properties (Metal1 34/0 ... Metal5 81/0; fill geometry on
the *_Dummy datatype 4). Fill shape sizes use a 3-size pattern
[2.0, 1.0, 0.5] alternating H/V; Metal5 uses a tighter space_to_fill
(0.5) because the top routing layer carries the PDN stripes and leaves
less fillable area.
This is opt-in and does not change any existing result: USE_FILL still
defaults to 0, so density_fill remains a no-op unless a (chip/top-level)
design sets USE_FILL=1. Block / hard-macro builds keep USE_FILL=0 so
fill is inserted once, die-wide, at chip level rather than per block.
Verified with OpenROAD density_fill -rules on a routed gf180mcu design:
rules parse and fill inserts on Metal1-Metal5 with no errors.
Signed-off-by: Serge Rabyking <s.rabykin@gmail.com>1 parent c9c22ca commit ea43ffa
2 files changed
Lines changed: 82 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
0 commit comments