Searched hist:10613 (Results 1 - 2 of 2) sorted by relevance

/gem5/configs/common/
H A DCacheConfig.pydiff 10613:9d0aef7a9b2e Tue Dec 23 09:31:00 EST 2014 Marco Elver <Marco.Elver@ARM.com> config: Add --memchecker option

This patch adds the --memchecker option, to denote that a MemChecker
should be instantiated for the system. The exact usage of the MemChecker
depends on the system configuration.

For now CacheConfig.py makes use of the option, adding MemCheckerMonitor
instances between CPUs and D-Caches.

Note, however, that currently this only provides limited checking on a
running system; other parts of the system, such as I/O devices are not
monitored, and may cause warnings to be issued by the monitor.
H A DOptions.pydiff 10613:9d0aef7a9b2e Tue Dec 23 09:31:00 EST 2014 Marco Elver <Marco.Elver@ARM.com> config: Add --memchecker option

This patch adds the --memchecker option, to denote that a MemChecker
should be instantiated for the system. The exact usage of the MemChecker
depends on the system configuration.

For now CacheConfig.py makes use of the option, adding MemCheckerMonitor
instances between CPUs and D-Caches.

Note, however, that currently this only provides limited checking on a
running system; other parts of the system, such as I/O devices are not
monitored, and may cause warnings to be issued by the monitor.

Completed in 31 milliseconds