Skip to content

Commit c1e7a2a

Browse files
committed
asap7: move BLOCK level pdn file into platform folder
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 9a0bded commit c1e7a2a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

flow/designs/asap7/mock-array/Element/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export DIE_AREA = $(shell \
2424

2525
export IO_CONSTRAINTS = designs/asap7/mock-array/Element/io.tcl
2626

27-
export PDN_TCL = designs/asap7/mock-array/Element/pdn.tcl
27+
export PDN_TCL = $(FLOW_HOME)/platforms/asap7/openRoad/pdn/BLOCK_grid_strategy.tcl
2828

2929
# If this design isn't quickly done in detailed routing, something is wrong.
3030
# At time of adding this option, only 3 iterations were needed for 0

flow/platforms/asap7/openRoad/pdn/BLOCKS_grid_strategy.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Top level PDN for macros using BLOCK_grid_strategy.tcl
2+
13
####################################
24
# global connections
35
####################################

flow/designs/asap7/mock-array/Element/pdn.tcl renamed to flow/platforms/asap7/openRoad/pdn/BLOCK_grid_strategy.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# macro level counterpart to BLOCKS_grid_strategy.tcl
2+
13
####################################
24
# global connections
35
####################################

0 commit comments

Comments
 (0)