[m5-dev] Cron [EMAIL PROTECTED] /z/m5/regression/do-regression quick

2008-08-20 Thread Cron Daemon
* build/ALPHA_SE/tests/fast/quick/00.hello/alpha/tru64/o3-timing passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/tru64/simple-atomic passed. * build/ALPHA_SE/tests/fast/quick/01.hello-2T-smt/alpha/linux/o3-timing passed. *

[m5-dev] python only simulation object

2008-08-20 Thread Gabe Black
I'm working on breaking up the big SouthBridge meta SimObject I have into its components. It would still be handy, however, to have a convenience object in python that would set up all these objects at the right addresses and connect them to each other and a bus appropriately all in one

Re: [m5-dev] python only simulation object

2008-08-20 Thread Ali Saidi
You can do a trick like we do for adding the caches to the CPU. Add all of the objects to a member that begins with an underscore and then have a connectAllSouthBridge() function that makes all the connections. Ali On Aug 20, 2008, at 10:20 PM, Gabe Black wrote: I'm working on breaking