----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3244/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11240:b7f2abdbce1a --------------------------- sim: Add an option to forward work items to Python There are cases where we want the Python world to handle work items instead of the C++ world. However, that's currently not possible. This changeset adds the forward_work_items option to the System class. Then it is set to True, work items will generate workbegin/workend simulation exists with the work item ID as the exit code and the old C++ handling is completely bypassed. Diffs ----- src/sim/System.py 3be64e1f80ed src/sim/pseudo_inst.cc 3be64e1f80ed Diff: http://reviews.gem5.org/r/3244/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
