File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ export PLATFORM = sky130hd
55export VERILOG_FILES = $(sort $(wildcard ./designs/src/$(DESIGN_NICKNAME ) /* .v) )
66export 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
911export CORE_ASPECT_RATIO = 1
1012export CORE_MARGIN = 2
1113
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if {[info exist env(FASTROUTE_TCL)]} {
2424global_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
3030set_propagated_clock [all_clocks]
You can’t perform that action at this time.
0 commit comments