configs: Make the default memtest behaviour more complex
Add functional and uncacheable accesses by default.
This commit is contained in:
parent
97887eb6dc
commit
219f1c1a7f
1 changed files with 2 additions and 2 deletions
|
@ -85,11 +85,11 @@ parser.add_option("-t", "--testers", type="string", default="1:1:0:2",
|
||||||
help="Colon-separated tester hierarchy specification, "
|
help="Colon-separated tester hierarchy specification, "
|
||||||
"see script comments for details "
|
"see script comments for details "
|
||||||
"[default: %default]")
|
"[default: %default]")
|
||||||
parser.add_option("-f", "--functional", type="int", default=0,
|
parser.add_option("-f", "--functional", type="int", default=10,
|
||||||
metavar="PCT",
|
metavar="PCT",
|
||||||
help="Target percentage of functional accesses "
|
help="Target percentage of functional accesses "
|
||||||
"[default: %default]")
|
"[default: %default]")
|
||||||
parser.add_option("-u", "--uncacheable", type="int", default=0,
|
parser.add_option("-u", "--uncacheable", type="int", default=10,
|
||||||
metavar="PCT",
|
metavar="PCT",
|
||||||
help="Target percentage of uncacheable accesses "
|
help="Target percentage of uncacheable accesses "
|
||||||
"[default: %default]")
|
"[default: %default]")
|
||||||
|
|
Loading…
Reference in a new issue