Skip to content

Commit 9f4876d

Browse files
committed
workflows: adjust number of cycles for peak/glitch workflows
1 parent 68270ef commit 9f4876d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Go to the synthesis results directory and then run the peak power script:
218218
<!-- name="execute-peak-power-script" -->
219219
```
220220
cd OpenROAD-flow-scripts/flow/results/asap7/ibex/base/
221-
python3 peak_power.py --base base_output --total total_output --csv power_analysis.csv --cycles 50
221+
python3 peak_power.py --base base_output --total total_output --csv power_analysis.csv
222222
```
223223

224224
This will visualize power consumption over time and output maximum encountered value:
@@ -272,7 +272,7 @@ Go to the synthesis results directory and then run the glitch power script:
272272
<!-- name="execute-glitch-power-script" -->
273273
```
274274
cd OpenROAD-flow-scripts/flow/results/asap7/ibex/base/
275-
python3 peak_power.py --base base_output --total total_output --glitch glitch_output --csv power_analysis.csv --cycles 50
275+
python3 peak_power.py --base base_output --total total_output --glitch glitch_output --csv power_analysis.csv --cycles 75
276276
```
277277

278278
This will visualize power consumption over time with per clock cycle total/glitch power and output maximum encountered value:

0 commit comments

Comments
 (0)