Skip to content

Commit 8e12884

Browse files
authored
Merge pull request #4485 from The-OpenROAD-Project-staging/update-metrics-rafael
Tighten design
2 parents a16fb34 + 717baaa commit 8e12884

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

flow/designs/gf180/jpeg/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/*
66
export VERILOG_INCLUDE_DIRS = $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/include
77
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
88

9-
export CORE_UTILIZATION = 45
9+
export CORE_UTILIZATION = 80
1010
export PLACE_DENSITY_LB_ADDON = 0.20
1111
export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/io.tcl
1212

flow/designs/gf180/jpeg/constraint.sdc

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

33
set clk_name clk
44
set clk_port_name clk
5-
set clk_period 7.5
5+
set clk_period 6.0
66
set clk_io_pct 0.2
77

88
set clk_port [get_ports $clk_port_name]
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"synth__canonical_netlist__hash": {
3-
"value": "846f45c95e7e3ac4a05a84740e47ee07e3664aa6",
3+
"value": "d55998608333567c7a195e0ceb6ddca5018555d5",
44
"compare": "==",
55
"level": "warning"
66
},
77
"synth__netlist__hash": {
8-
"value": "173427f7d7c99a60367576f0f5ddb15423a88353",
8+
"value": "b9428b468f768f73f53c3d4e78b414f39d599e39",
99
"compare": "==",
1010
"level": "warning"
1111
},
@@ -18,63 +18,63 @@
1818
"compare": "=="
1919
},
2020
"placeopt__design__instance__area": {
21-
"value": 2339824,
21+
"value": 2338306,
2222
"compare": "<="
2323
},
2424
"placeopt__design__instance__count__stdcell": {
25-
"value": 51103,
25+
"value": 48768,
2626
"compare": "<="
2727
},
2828
"detailedplace__design__violations": {
2929
"value": 0,
3030
"compare": "=="
3131
},
3232
"cts__design__instance__count__setup_buffer": {
33-
"value": 4444,
33+
"value": 4241,
3434
"compare": "<="
3535
},
3636
"cts__design__instance__count__hold_buffer": {
37-
"value": 4444,
37+
"value": 4241,
3838
"compare": "<="
3939
},
4040
"cts__timing__setup__ws": {
41-
"value": -0.375,
41+
"value": -0.3,
4242
"compare": ">="
4343
},
4444
"cts__timing__setup__tns": {
45-
"value": -1.5,
45+
"value": -1.2,
4646
"compare": ">="
4747
},
4848
"cts__timing__hold__ws": {
49-
"value": -0.375,
49+
"value": -0.3,
5050
"compare": ">="
5151
},
5252
"cts__timing__hold__tns": {
53-
"value": -1.5,
53+
"value": -1.2,
5454
"compare": ">="
5555
},
5656
"globalroute__antenna_diodes_count": {
5757
"value": 100,
5858
"compare": "<="
5959
},
6060
"globalroute__timing__setup__ws": {
61-
"value": -0.375,
61+
"value": -0.368,
6262
"compare": ">="
6363
},
6464
"globalroute__timing__setup__tns": {
65-
"value": -1.5,
65+
"value": -1.28,
6666
"compare": ">="
6767
},
6868
"globalroute__timing__hold__ws": {
69-
"value": -0.375,
69+
"value": -0.3,
7070
"compare": ">="
7171
},
7272
"globalroute__timing__hold__tns": {
73-
"value": -1.5,
73+
"value": -1.2,
7474
"compare": ">="
7575
},
7676
"detailedroute__route__wirelength": {
77-
"value": 2871649,
77+
"value": 3169468,
7878
"compare": "<="
7979
},
8080
"detailedroute__route__drc_errors": {
@@ -90,23 +90,23 @@
9090
"compare": "<="
9191
},
9292
"finish__timing__setup__ws": {
93-
"value": -0.375,
93+
"value": -0.523,
9494
"compare": ">="
9595
},
9696
"finish__timing__setup__tns": {
97-
"value": -1.5,
97+
"value": -2.2,
9898
"compare": ">="
9999
},
100100
"finish__timing__hold__ws": {
101-
"value": -0.375,
101+
"value": -0.3,
102102
"compare": ">="
103103
},
104104
"finish__timing__hold__tns": {
105-
"value": -1.5,
105+
"value": -1.2,
106106
"compare": ">="
107107
},
108108
"finish__design__instance__area": {
109-
"value": 2399302,
109+
"value": 2394070,
110110
"compare": "<="
111111
}
112112
}

0 commit comments

Comments
 (0)