Hard code the SimObject::Params struct
authorNathan Binkert <binkertn@umich.edu>
Tue, 15 Mar 2005 22:11:54 +0000 (17:11 -0500)
committerNathan Binkert <binkertn@umich.edu>
Tue, 15 Mar 2005 22:11:54 +0000 (17:11 -0500)
commit0f8067fbf6106a197212859543ba865b396e75d4
treea11d1fa407296267452f1e2d3c79aadb1b0b5a43
parent7d49146ea7d98c7586cb760f7e052fb1df923b55
Hard code the SimObject::Params struct

sim/sim_object.cc:
    Add a new constructor that can take the params struct and
    tweak the old one to create a params struct if we use the
    old constructor.
sim/sim_object.hh:
    Hard code a Params struct for SimObject that all other params
    structs can derive from.  Move the name string into the struct
    and update the code accordingly.  New constructor that takes
    the params struct.

--HG--
extra : convert_revision : 30761dab31d7257f9e8c864dcd6cae37309163f2
sim/sim_object.cc
sim/sim_object.hh