Skip to content

Commit d2cedf1

Browse files
authored
Merge pull request #1475 from Pinata-Consulting/asap7-block-level-pdn-file
asap7: move BLOCK level pdn file into platform folder
2 parents af895b0 + c1e7a2a commit d2cedf1

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)