File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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```
220220cd 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
224224This 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```
274274cd 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
278278This will visualize power consumption over time with per clock cycle total/glitch power and output maximum encountered value:
You can’t perform that action at this time.
0 commit comments