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

/gem5/src/cpu/
H A DDummyChecker.py9519:bed1c3244425 Fri Feb 15 17:40:00 EST 2013 Andreas Sandberg <Andreas.Sandberg@ARM.com> cpu: Make checker CPUs inherit from CheckerCPU in the Python hierarchy

Checker CPUs currently don't inherit from the CheckerCPU in the Python
object hierarchy. This has two consequences:
* It makes CPU model discovery from the Python world somewhat
complicated as there is no way of testing if a CPU is a checker.
* Parameters are duplicated in the checker configuration
specification.

This changeset makes all checker CPUs inherit from the base checker
CPU class.
/gem5/src/cpu/o3/
H A DO3Checker.py9519:bed1c3244425 Fri Feb 15 17:40:00 EST 2013 Andreas Sandberg <Andreas.Sandberg@ARM.com> cpu: Make checker CPUs inherit from CheckerCPU in the Python hierarchy

Checker CPUs currently don't inherit from the CheckerCPU in the Python
object hierarchy. This has two consequences:
* It makes CPU model discovery from the Python world somewhat
complicated as there is no way of testing if a CPU is a checker.
* Parameters are duplicated in the checker configuration
specification.

This changeset makes all checker CPUs inherit from the base checker
CPU class.

Completed in 8 milliseconds