Jason Lowe-Power
Jason Lowe-Power
I'll update the book to be more clear about how to get SCons to pick up the new protocol. The magic is to create a SConsopts file in the same...
It would be a good idea to have links to the exact build version on github within the book.
In the cache chapter, it would be good to use vectors instead of "new" for data.
You mentioned " Since we used a MemoryBandwidth parameter in the SimObject declaration, the bandwidth variable is automatically converted into bytes per tick", so shouldn't the below part (and in...
To be in line with what I'm pushing to mainline gem5, make Hello->Simple until the 3rd? chapter. Basically, only have hello object for the hello-goodbye example.
We should add some more details about event-driven simulation and what a "tick" is. The tick rate is a constant 1ps. gem5 is an event-driven simulation and time is measured...
Note: This issue is a brain dump and will likely be updated. ## Problem Today, the exit events in gem5 are not very flexible. Most of the information that moves...
This PR includes the changes needed to enable all Ruby protocols in a single gem5 build. Right now, this is just a simple rebase from the old changes on gerrit....
It would be great if you could get a list of all of the workloads that use x86 binaries that are just SE mode and not FS mode.