Skip to content

Commit 89f5f3b

Browse files
committed
Merge branch 'master' into pdn-pins-layer
2 parents 034e70e + 00722fb commit 89f5f3b

File tree

17 files changed

+57
-31
lines changed

17 files changed

+57
-31
lines changed

docs/user/FlowVariables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ configuration file.
214214
| <a name="SETUP_SLACK_MARGIN"></a>SETUP_SLACK_MARGIN| Specifies a time margin for the slack when fixing setup violations. This option allows you to overfix or underfix(negative value, terminate retiming before 0 or positive slack). See HOLD_SLACK_MARGIN for more details.| 0|
215215
| <a name="SET_RC_TCL"></a>SET_RC_TCL| Metal & Via RC definition file path.| |
216216
| <a name="SKIP_CTS_REPAIR_TIMING"></a>SKIP_CTS_REPAIR_TIMING| Skipping CTS repair, which can take a long time, can be useful in architectural exploration or when getting CI up and running.| |
217+
| <a name="SKIP_DETAILED_ROUTE"></a>SKIP_DETAILED_ROUTE| Skips detailed route.| 0|
217218
| <a name="SKIP_GATE_CLONING"></a>SKIP_GATE_CLONING| Do not use gate cloning transform to fix timing violations (default: use gate cloning).| |
218219
| <a name="SKIP_INCREMENTAL_REPAIR"></a>SKIP_INCREMENTAL_REPAIR| Skip incremental repair in global route.| 0|
219220
| <a name="SKIP_LAST_GASP"></a>SKIP_LAST_GASP| Do not use last gasp optimization to fix timing violations (default: use gate last gasp).| |
@@ -411,6 +412,7 @@ configuration file.
411412
- [MIN_ROUTING_LAYER](#MIN_ROUTING_LAYER)
412413
- [REPORT_CLOCK_SKEW](#REPORT_CLOCK_SKEW)
413414
- [ROUTING_LAYER_ADJUSTMENT](#ROUTING_LAYER_ADJUSTMENT)
415+
- [SKIP_DETAILED_ROUTE](#SKIP_DETAILED_ROUTE)
414416
- [SKIP_REPORT_METRICS](#SKIP_REPORT_METRICS)
415417

416418
## final variables
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Remove rvfi_probes_o interface since contributes 4k ports and connections
2+
# (many of which are buffers tied to tie cells)
3+
4+
delete cva6/o:rvfi_probes_o*

flow/designs/asap7/cva6/config.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,6 @@ export SYNTH_HDL_FRONTEND = slang
105105
export ASAP7_USE_VT = RVT LVT SLVT
106106

107107
export CTS_LIB_NAME = asap7sc7p5t_INVBUF_SLVT_FF_nldm_211120
108+
109+
# Remove rvfi_probes_o interface
110+
export SYNTH_CANONICALIZE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/canonicalize.tcl

flow/designs/asap7/cva6/rules-base.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 19725.15,
3+
"value": 18975.35,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
77
"value": 1,
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 20690,
11+
"value": 19709,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 136421,
15+
"value": 123443,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 11863,
23+
"value": 10734,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 11863,
27+
"value": 10734,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 1074578,
35+
"value": 716033,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,15 +48,15 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -139.89,
51+
"value": -82.95,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 20850,
55+
"value": 19864,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
59-
"value": 5931,
59+
"value": 5367,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {

flow/designs/ihp-sg13g2/spi/rules-base.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 4888,
35+
"value": 4553,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,23 +48,23 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -0.09,
51+
"value": -0.07,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 10383,
55+
"value": 10376,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
59-
"value": 10,
59+
"value": 14,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
6363
"value": 10,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -15.68,
67+
"value": -13.57,
6868
"compare": ">="
6969
}
7070
}

flow/designs/rapidus2hp/cva6/config.mk

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@ ifeq ($(SYNTH_HDL_FRONTEND),verific)
102102
else
103103
# Reduce the amount of resizing done between GPL and DPL
104104
export EARLY_SIZING_CAP_RATIO = 6
105-
export CORE_UTILIZATION = 55
105+
ifeq ($(PLACE_SITE),SC6T)
106+
# Decrease the utilization so that the tall macros fit
107+
export CORE_UTILIZATION = 50
108+
else
109+
export CORE_UTILIZATION = 55
110+
endif
106111
endif
107112

108113
export CORE_MARGIN = 2

flow/designs/rapidus2hp/ethmac/constraint.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set_output_delay [expr { $tx_clk_period * $clk_io_pct }] -clock $tx_clk_name \
2222

2323
set rx_clk_name mrx_clk_pad_i
2424
set rx_clk_port [get_ports $rx_clk_name]
25-
set rx_clk_period 300
25+
set rx_clk_period 200
2626
create_clock -name $rx_clk_name -period $rx_clk_period $rx_clk_port
2727
set mrx_non_clock_inputs [lsearch -inline -all -not -exact [all_inputs] \
2828
$rx_clk_port]

flow/designs/rapidus2hp/gcd/constraint.sdc

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

33
set clk_name core_clock
44
set clk_port_name clk
5-
set clk_period 185
5+
set clk_period 150
66
set clk_io_pct 0.2
77

88
set clk_port [get_ports $clk_port_name]

flow/designs/rapidus2hp/hercules_is_int/config.mk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/prects
2222
export SYNTH_HDL_FRONTEND = slang
2323
export SYNTH_HIERARCHICAL ?= 0
2424

25-
export CORE_UTILIZATION = 35
25+
ifeq ($(PLACE_SITE), SC6T)
26+
export CORE_UTILIZATION = 30
27+
else
28+
export CORE_UTILIZATION = 35
29+
endif
2630

2731
export CORE_MARGIN = 2
2832
export MACRO_PLACE_HALO = 2 2

flow/scripts/detail_route.tcl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ if { ![grt::have_routes] } {
55
error "Global routing failed, run `make gui_grt` and load $::global_route_congestion_report \
66
in DRC viewer to view congestion"
77
}
8+
9+
if { [env_var_exists_and_non_empty SKIP_DRT] } {
10+
write_db $::env(RESULTS_DIR)/5_2_route.odb
11+
exit
12+
}
13+
814
erase_non_stage_variables route
915
set_propagated_clock [all_clocks]
1016

1117
set additional_args ""
1218
append_env_var additional_args dbProcessNode -db_process_node 1
1319
append_env_var additional_args OR_SEED -or_seed 1
1420
append_env_var additional_args OR_K -or_k 1
15-
append_env_var additional_args MIN_ROUTING_LAYER -bottom_routing_layer 1
16-
append_env_var additional_args MAX_ROUTING_LAYER -top_routing_layer 1
1721
append_env_var additional_args VIA_IN_PIN_MIN_LAYER -via_in_pin_bottom_layer 1
1822
append_env_var additional_args VIA_IN_PIN_MAX_LAYER -via_in_pin_top_layer 1
1923
append_env_var additional_args DISABLE_VIA_GEN -disable_via_gen 0

0 commit comments

Comments
 (0)