File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,18 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
4545# Adders degrade ibex setup repair
4646export ADDER_MAP_FILE :=
4747
48- export CORE_UTILIZATION = 45
49- export PLACE_DENSITY_LB_ADDON = 0.2
48+ # export CORE_UTILIZATION = 45
49+ # export PLACE_DENSITY_LB_ADDON = 0.2
5050export TNS_END_PERCENT = 100
51- export CTS_BUF_DISTANCE = 60
51+ export CTS_BUF_DISTANCE = 60
52+
53+ # AT settings to force DRT 0206 checkConnectivity error
54+ export CELL_PAD_IN_SITES_DETAIL_PLACEMENT = 1
55+ export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT = 1
56+ export CORE_ASPECT_RATIO = 0.9224734929429836
57+ export CORE_MARGIN = 16.5
58+ export CORE_UTILIZATION = 28
59+ export CTS_CLUSTER_DIAMETER = 136
60+ export CTS_CLUSTER_SIZE = 58
61+ export PLACE_DENSITY_LB_ADDON = 0.02722404393382803
62+ export PLACE_PINS_ARGS = -min_distance 1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ current_design ibex_core
22
33set clk_name core_clock
44set clk_port_name clk_i
5- set clk_period 10.75
5+ set clk_period 11.292376467662535
66set clk_io_pct 0.2
77
88set clk_port [get_ports $clk_port_name ]
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ set_global_routing_layer_adjustment $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING
22
33set_routing_layers -signal $::env(MIN_ROUTING_LAYER) -$::env(MAX_ROUTING_LAYER)
44
5+ set_global_routing_layer_adjustment $::env(MIN_ROUTING_LAYER) -$::env(MAX_ROUTING_LAYER) 0.12387594199917915
You can’t perform that action at this time.
0 commit comments