Skip to content

Commit

Permalink
designs: update asap7/gcd autotuner.json
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
  • Loading branch information
Vitor Bandeira committed Mar 21, 2024
1 parent bb7b52b commit 8d1fd0e
Showing 1 changed file with 2 additions and 58 deletions.
60 changes: 2 additions & 58 deletions flow/designs/asap7/gcd/autotuner.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"_SDC_CLK_PERIOD": {
"type": "float",
"minmax": [
100,
400
50,
1000
],
"step": 0
},
Expand All @@ -24,38 +24,6 @@
],
"step": 0
},
"CORE_MARGIN": {
"type": "int",
"minmax": [
2,
2
],
"step": 0
},
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
"type": "int",
"minmax": [
0,
5
],
"step": 1
},
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
"type": "int",
"minmax": [
0,
5
],
"step": 1
},
"_FR_LAYER_ADJUST": {
"type": "float",
"minmax": [
0.1,
0.7
],
"step": 0
},
"PLACE_DENSITY_LB_ADDON": {
"type": "float",
"minmax": [
Expand All @@ -64,30 +32,6 @@
],
"step": 0
},
"_PINS_DISTANCE": {
"type": "int",
"minmax": [
1,
4
],
"step": 1
},
"CTS_CLUSTER_SIZE": {
"type": "int",
"minmax": [
10,
200
],
"step": 1
},
"CTS_CLUSTER_DIAMETER": {
"type": "int",
"minmax": [
20,
400
],
"step": 1
},
"_FR_FILE_PATH": "",
"_FR_GR_OVERFLOW": {
"type": "int",
Expand Down

0 comments on commit 8d1fd0e

Please sign in to comment.