Hi Simon, As far as I know there aren't any racetrack memory models for gem5.
Depending on what you're trying to implement with racetrack memory (e.g., cache or main-memory) there are a number of examples of similar things in the codebase. The DRAM controller is a really good example of how to make a good model of memory (src/mem/dram_ctrl.*). Good luck! Jason On Mon, Nov 21, 2016 at 8:20 AM [email protected] <[email protected]> wrote: > Hello everyone, > I am new with gem5 simulate. I want to simulate a racetrack memory in > gem5. Is there any specific patch or turorial could help me to do that? > > Thanks a lot > > Simon > ------------------------------ > [email protected] > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
