Hi all, Last week I posted some patches for including the code from Learning gem5 into mainline gem5. These patches add a new source directory (src/learning_gem5) and add a few new objects. All of this code is self-contained and doesn't modify any existing gem5 code. I would like to have this code in mainline gem5 so changes to gem5 can be reflected easily (instead of me paying attention and keeping the code up to date).
Most of the patches are very small. Over 50% of the lines are comments. The only patch that may take a little thought to review is the SimpleCache code. All of the code is for Learning gem5 Part II, which you can find here: http://learning.gem5.org/book/part2/. Thanks! Jason Patches: https://gem5-review.googlesource.com/c/public/gem5/+/5020/1 https://gem5-review.googlesource.com/c/public/gem5/+/5021/1 https://gem5-review.googlesource.com/c/public/gem5/+/5022/1 https://gem5-review.googlesource.com/c/public/gem5/+/5023/3 _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
