Skip to content

Commit 4827eb3

Browse files
committed
added ihp-sg13g2 ibex example found during AT runs
Signed-off-by: Jeff Ng <[email protected]>
1 parent 62e7193 commit 4827eb3

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

flow/designs/ihp-sg13g2/ibex/config.mk

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,18 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
4545
# Adders degrade ibex setup repair
4646
export 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
5050
export 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

flow/designs/ihp-sg13g2/ibex/constraint.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ current_design ibex_core
22

33
set clk_name core_clock
44
set clk_port_name clk_i
5-
set clk_period 10.75
5+
set clk_period 11.292376467662535
66
set clk_io_pct 0.2
77

88
set clk_port [get_ports $clk_port_name]

flow/platforms/ihp-sg13g2/fastroute.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ set_global_routing_layer_adjustment $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING
22

33
set_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

0 commit comments

Comments
 (0)