File tree Expand file tree Collapse file tree 6 files changed +11
-27
lines changed
designs/gf180/uart-blocks Expand file tree Collapse file tree 6 files changed +11
-27
lines changed Original file line number Diff line number Diff line change 7676# DESIGN_CONFIG=./designs/asap7/jpeg/config.mk
7777# DESIGN_CONFIG=./designs/asap7/ethmac/config.mk
7878# DESIGN_CONFIG=./designs/asap7/uart/config.mk
79+ # DESIGN_CONFIG=./designs/asap7/uart-blocks/config.mk
7980# DESIGN_CONFIG=./designs/asap7/sha3/config.mk
8081# DESIGN_CONFIG=./designs/asap7/riscv32i/config.mk
8182# DESIGN_CONFIG=./designs/asap7/swerv_wrapper/config.mk
8889# DESIGN_CONFIG=./designs/gf180/jpeg/config.mk
8990# DESIGN_CONFIG=./designs/gf180/riscv32i/config.mk
9091# DESIGN_CONFIG=./designs/gf180/sha3/config.mk
92+ # DESIGN_CONFIG=./designs/gf180/uart-blocks/config.mk
9193#
9294# Default design
9395DESIGN_CONFIG ?= ./designs/nangate45/gcd/config.mk
Original file line number Diff line number Diff line change @@ -21,9 +21,13 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
2121define_pdn_grid -name {block} -voltage_domains {CORE}
2222add_pdn_stripe -grid {block} -layer {Metal1} -width {0.900} -pitch {5.040} -offset {0} -followpins
2323add_pdn_stripe -grid {block} -layer {Metal4} -width {4.480} -spacing {0.56} -pitch {44.8} -offset {22.4}
24+ if { [info exists ::env(BLOCKS)] && [expr {$::env(BLOCKS) == $::env(DESIGN_NAME) }] } {
25+ add_pdn_connect -grid {block} -layers {Metal1 Metal4}
26+ } else {
2427add_pdn_stripe -grid {block} -layer {Metal5} -width {4.480} -pitch {89.6} -offset {44.8}
2528add_pdn_connect -grid {block} -layers {Metal1 Metal4}
2629add_pdn_connect -grid {block} -layers {Metal4 Metal5}
30+ }
2731# ###################################
2832# Block grids
2933# ###################################
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export CORE_ASPECT_RATIO = 1
1111export CORE_MARGIN = 2
1212export PLACE_DENSITY = 0.60
1313
14- export PDN_TCL = ./designs/$(PLATFORM ) /uart-blocks/$( DESIGN_NAME ) / BLOCKS_grid_strategy.tcl
14+ export PDN_TCL = ./designs/$(PLATFORM ) /uart-blocks/BLOCKS_grid_strategy.tcl
1515
1616export HAS_IO_CONSTRAINTS = 1
1717export PLACE_PINS_ARGS = -exclude bottom :* -exclude top:* -exclude right:*
Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ pipeline {
9191 "ibex gf180",
9292 "jpeg gf180",
9393 "riscv32i gf180",
94- "sha3 gf180";
94+ "sha3 gf180",
95+ "uart-blocks gf180";
9596 }
9697 }
9798
Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ pipeline {
6666 "ibex gf180",
6767 "jpeg gf180",
6868 "riscv32i gf180",
69- "sha3 gf180";
69+ "sha3 gf180",
70+ "uart-blocks gf180";
7071 }
7172 }
7273
You can’t perform that action at this time.
0 commit comments