Skip to content

Commit fda89b0

Browse files
authored
Merge pull request The-OpenROAD-Project#1986 from Pinata-Consulting/riscv32i-mock-sram-pdn
riscv32i-mock-sram: use PDN_TCL that we generally use in a BLOCKS scenario
2 parents 67836e9 + 83c6f92 commit fda89b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • flow/designs/asap7/riscv32i-mock-sram/fakeram7_256x32

flow/designs/asap7/riscv32i-mock-sram/fakeram7_256x32/config.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ export SDC_FILE = ./designs/$(PLATFORM)/riscv32i-mock-sram/fakeram7_256x32/
88
export CORE_UTILIZATION = 50
99
export CORE_ASPECT_RATIO = 8
1010
export PLACE_DENSITY = 0.80
11+
# fakeram7 doesn't block off M5, so limit to M4 here.
12+
# However, PDN will use M5, so it is still added to blockages.
1113
export MAX_ROUTING_LAYER = M4
1214

1315
export PLACE_PINS_ARGS = -exclude left:* -exclude bottom:* -exclude top:* -min_distance 6 -min_distance_in_tracks
16+
17+
export PDN_TCL = $(FLOW_HOME)/platforms/asap7/openRoad/pdn/BLOCK_grid_strategy.tcl

0 commit comments

Comments
 (0)