Skip to content

Commit 40921af

Browse files
authored
Merge pull request #1480 from eder-matheus/aes_sky130hd_density
update placement density and min dist between io pins for sky130hd/aes
2 parents 22a3734 + 51eb986 commit 40921af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

flow/designs/sky130hd/aes/config.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ export PLATFORM = sky130hd
55
export VERILOG_FILES = $(sort $(wildcard ./designs/src/$(DESIGN_NICKNAME)/*.v))
66
export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
77

8-
export CORE_UTILIZATION = 20
8+
export PLACE_PINS_ARGS = -min_distance 4 -min_distance_in_tracks
9+
10+
export CORE_UTILIZATION = 20
911
export CORE_ASPECT_RATIO = 1
1012
export CORE_MARGIN = 2
1113

12-
export PLACE_DENSITY = 0.65
14+
export PLACE_DENSITY = 0.6
1315
export TNS_END_PERCENT = 100

0 commit comments

Comments
 (0)