GRMON3-UM
June 2019, Version 3.1.0
219 www.cobham.com/gaisler
110. wash - syntax
wash - Clear memory or set all words in a memory range to a value.
SYNOPSIS
wash ?options...? ?start stop? ?value?
DESCRIPTION
wash ?options...?
Clear all memories.
wash ?options...? start stop ?value?
Wash the memory area from start up to stop and set each word to value. The parameter value
defaults to 0.
OPTIONS
-delay ms
The -delay option can be used to specify a delay between each word written.
-nic
Disable the instruction cache while washing the memory
-nocpu
Do not use the CPU to increase performance.
-wprot
If the -wprot option is given then write protection on the memory will be disabled
EXAMPLE
Clear all memories
grmon3> wash
Set a memory area to 1
grmon3> wash 0x40000000 0x40000FFF 1
SEE ALSO
Section 3.10.1, “Using EDAC protected memory”