Skip to content

Commit 2d61de3

Browse files
committed
updated gf180 & sky130hd jpeg SDCs and AutoTuner configs
Signed-off-by: Jeff Ng <[email protected]>
1 parent a9b9680 commit 2d61de3

File tree

8 files changed

+402
-400
lines changed

8 files changed

+402
-400
lines changed

flow/designs/gf180/jpeg/autotuner.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "int",
1313
"minmax": [
1414
20,
15-
60
15+
50
1616
],
1717
"step": 1
1818
},
@@ -35,15 +35,15 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
1,
38+
0,
3939
3
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
1,
46+
0,
4747
3
4848
],
4949
"step": 1
@@ -60,7 +60,7 @@
6060
"type": "float",
6161
"minmax": [
6262
0.0,
63-
0.1
63+
0.2
6464
],
6565
"step": 0
6666
},
@@ -88,7 +88,7 @@
8888
],
8989
"step": 1
9090
},
91-
"_FR_FILE_PATH": "",
91+
"_FR_FILE_PATH": "../../../platforms/gf180/fastroute.tcl",
9292
"_FR_GR_OVERFLOW": {
9393
"type": "int",
9494
"minmax": [

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 8.0
5+
set clk_period 7.5
66
set clk_io_pct 0.2
77

88
set clk_port [get_ports $clk_port_name]

flow/designs/gf180/jpeg/metadata-base-ok.json

Lines changed: 190 additions & 190 deletions
Large diffs are not rendered by default.

flow/designs/gf180/jpeg/rules-base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
31-
"value": 12,
31+
"value": 1,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
@@ -44,7 +44,7 @@
4444
"compare": "<="
4545
},
4646
"detailedroute__antenna_diodes_count": {
47-
"value": 16,
47+
"value": 26,
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {

flow/designs/sky130hd/jpeg/autotuner.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
1,
38+
0,
3939
3
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
1,
46+
0,
4747
3
4848
],
4949
"step": 1
@@ -60,7 +60,7 @@
6060
"type": "float",
6161
"minmax": [
6262
0.0,
63-
0.1
63+
0.2
6464
],
6565
"step": 0
6666
},

flow/designs/sky130hd/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 8.0
5+
set clk_period 7.5
66
set clk_io_pct 0.2
77

88
set clk_port [get_ports $clk_port_name]

0 commit comments

Comments
 (0)