-
Notifications
You must be signed in to change notification settings - Fork 27
pipeline_stages
Nicolai Mueller edited this page Sep 30, 2024
·
2 revisions
Integer
3
Specifies the number of pipeline stages of the processor.
The microarchitectural leakage caused by pipeline forwarding effects can vary depending on the number of pipeline stages. We recommend adjusting the number of pipeline stages to match your CPU to ensure an accurate and reliable evaluation.
"software": {
"pipeline_stages": 6
}
In this example, we set the number of pipeline stages to 6, which is suitable for evaluating designs intended for execution on the Arm Cortex-M7
.