Review Board 2.0.15


cpu: Make checker CPUs inherit from CheckerCPU in the Python hierarchy

Review Request #1605 - Created Jan. 7, 2013 and submitted

Information
Ali Saidi
gem5
default
Reviewers
Default
Changeset 9454:9d423ab04d93
---------------------------
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.

   
Review request changed
Updated (Feb. 15, 2013, 6:47 a.m.)

Status: Closed (submitted)