Skip to content

Commit 51eb986

Browse files
committed
update min distance between io pins for sky130hd/aes
Signed-off-by: Eder Monteiro <[email protected]>
1 parent a5176ad commit 51eb986

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

flow/designs/sky130hd/aes/config.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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

flow/scripts/global_route.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if {[info exist env(FASTROUTE_TCL)]} {
2424
global_route -guide_file $env(RESULTS_DIR)/route.guide \
2525
-congestion_report_file $env(REPORTS_DIR)/congestion.rpt \
2626
{*}[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : \
27-
{-congestion_iterations 50 -congestion_report_iter_step 5 -verbose}}]
27+
{-congestion_iterations 30 -congestion_report_iter_step 5 -verbose}}]
2828

2929

3030
set_propagated_clock [all_clocks]

0 commit comments

Comments
 (0)