Review Board 2.0.15


enable x86 workloads on se.py

Review Request #599 - Created March 18, 2011 and submitted

Information
Lisa Hsu
gem5
Reviewers
Default
ali, gblack, nate, stever
enable x86 workloads on se.py

   
Posted (March 18, 2011, 9:50 a.m.)



  
configs/example/se.py (Diff revision 1)
 
 
Why not just change this to exec("workload = %s(buildEnv['TARGET_ISA'], 'linux', 'ref')" % app) ? I realize that alpha is a special case with tru64, but everything else is linux.
  1. Good point.  I'll make the change.