Make sure all parameters have default values if they're
authorNathan Binkert <binkertn@umich.edu>
Wed, 20 Jun 2007 15:14:11 +0000 (08:14 -0700)
committerNathan Binkert <binkertn@umich.edu>
Wed, 20 Jun 2007 15:14:11 +0000 (08:14 -0700)
commitb47737dde7e9138a7e7511380d785f11417552d0
treef3de77e7b3ead10ccc01c23f4eadb9518ba6c909
parent438ec924d65f0ff36a88965b6db0b3d0c4c115b3
Make sure all parameters have default values if they're
supposed to and make sure parameters have the right type.
Also make sure that any object that should be an intermediate
type has the right options set.

--HG--
extra : convert_revision : d56910628d9a067699827adbc0a26ab629d11e93
src/cpu/o3/O3CPU.py
src/dev/Ethernet.py
src/mem/cache/BaseCache.py
src/sim/Process.py
src/sim/System.py