Skip to content

Commit

Permalink
Merge pull request #2740 from jeffng-or/at-asap7-ibex-updates
Browse files Browse the repository at this point in the history
asap7 ibex AutoTuner & metrics updates
  • Loading branch information
maliberty authored Jan 30, 2025
2 parents 650e321 + ca179f4 commit 51b45ac
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 228 deletions.
12 changes: 6 additions & 6 deletions flow/designs/asap7/ibex/autotuner.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"_SDC_CLK_PERIOD": {
"type": "float",
"minmax": [
1800,
1200,
2000
],
"step": 0
Expand Down Expand Up @@ -35,16 +35,16 @@
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
"type": "int",
"minmax": [
3,
5
0,
3
],
"step": 1
},
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
"type": "int",
"minmax": [
3,
5
0,
3
],
"step": 1
},
Expand All @@ -60,7 +60,7 @@
"type": "float",
"minmax": [
0.0,
0.1
0.2
],
"step": 0
},
Expand Down
Loading

0 comments on commit 51b45ac

Please sign in to comment.