gem5/configs/test
Korey Sewell 19083bc4ce Added hook to check for SMT workloads. SMT is identified by adding a semicolon between
the workloads.

Now SMT on the O3CPU can be invoked by "/ALPHA_SE/m5.debug ../configs/test/test.py -d --cmd="hello;hello" -i="file1;file2"

I think I am a novice python magician now!!!!....

configs/test/test.py:
    Added hook to check for SMT workloads. SMT is identified by adding a semicolon between
    the workloads.

    Now SMT on the O3CPU can be invoked by "/ALPHA_SE/m5.debug ../configs/test/test.py -d --cmd="hello;hello" --input="file1;file2"
    (btw, We are back to working for this double hello world case)

    I am a novice python magician now!!!!....

--HG--
extra : convert_revision : b55e10dce33f5a9dc4c78f90409ec0912bad4292
2006-07-03 01:10:19 -04:00
..
fs.py Add --outdir option. Didn't call it "-d" since 2006-06-17 09:58:10 -04:00
hello Compiles now (with CPU_MODELS=SimpleCPU), but hangs 2006-03-10 10:01:29 -05:00
hello_mips Minor changes for FP ... MIPS now works for floating-point programs... 2006-05-07 14:09:19 -04:00
hello_sparc Changed the hello_sparc executable back to the cross compiled one 2006-04-28 13:11:32 -04:00
SysPaths.py minor device fixups 2006-06-18 11:10:08 -04:00
test.py Added hook to check for SMT workloads. SMT is identified by adding a semicolon between 2006-07-03 01:10:19 -04:00