Skip to content

Commit 4fe0f30

Browse files
committed
PDN_CFG --> PDN_TCL
Signed-off-by: vijayank88 <[email protected]>
1 parent ad104f1 commit 4fe0f30

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/user/FlowVariables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Note:
6464
| `TAPCELL_TCL` | = | = | = | = | = |
6565
| `MACRO_PLACE_HALO` | ?= | ?= | ?= | ?= | ?= |
6666
| `MACRO_PLACE_CHANNEL` | ?= | ?= | ?= | ?= | ?= |
67-
| `PDN_CFG` | ?= | ?= | ?= | ?= | ?= |
67+
| `PDN_TCL` | ?= | ?= | ?= | ?= | ?= |
6868
| `IO_PLACER_H` | = | = | = | = | ?= |
6969
| `IO_PLACER_V` | = | = | = | = | ?= |
7070
| Placement | | | | | |
@@ -131,7 +131,7 @@ Note:
131131
| `MACRO_PLACE_HALO` | horizontal/vertical halo around macros (microns). Used by automatic macro placement. |
132132
| `MACRO_PLACE_CHANNEL` | horizontal/vertical channel width between macros (microns). Used by automatic macro placement when `RTLMP_FLOW` is disabled. Imagine channel=10 and halo=5. Then macros must be 10 apart but standard cells must be 5 away from a macro.|
133133
| `MACRO_BLOCKAGE_HALO` | Blockage width overridden from default calculation. |
134-
| `PDN_CFG` | File path which has a set of power grid policies used by `pdn` to be applied to the design, such as layers to use, stripe width and spacing to generate the actual metal straps. |
134+
| `PDN_TCL` | File path which has a set of power grid policies used by `pdn` to be applied to the design, such as layers to use, stripe width and spacing to generate the actual metal straps. |
135135
| `MAKE_TRACKS` | Tcl file that defines add routing tracks to a floorplan. |
136136
| `IO_PLACER_H` | The metal layer on which to place the I/O pins horizontally (top and bottom of the die). |
137137
| `IO_PLACER_V` | The metal layer on which to place the I/O pins vertically (sides of the die). |

flow/designs/sky130hd/chameleon_hier/config.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,10 @@ export VERILOG_FILES = \
4343
export HAS_IO_CONSTRAINTS = 1
4444
export ENABLE_DPO = 0
4545
export MACRO_PLACE_CHANNEL = 160 160
46-
export MACRO_PLACE_HALO = 120 120
46+
export MACRO_PLACE_HALO = 160 160
4747
export DIE_AREA = 0.0 0.0 6800 6800
4848
export CORE_AREA = 200 200 6600 6600
4949
export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
5050

51-
export FP_PDN_RAIL_WIDTH = 0.48
52-
export FP_PDN_RAIL_OFFSET = 0
53-
5451
export MIN_ROUTING_LAYER = met1
5552
export MAX_ROUTING_LAYER = met5

0 commit comments

Comments
 (0)