avadhpatel / marss

PTLsim and QEMU based Computer Architecture Research Simulator
http://www.marss86.org
129 stars 63 forks source link

Changing Memory Access Algorithm #55

Open CEBeard3 opened 7 years ago

CEBeard3 commented 7 years ago

I am attempting to compare the performance of the same hardware model using different memory access algorithms but am having difficulty finding where in the code the default one is defined. If anyone could point me in the right direction I would really appreciate it.

fitzfitsahero commented 7 years ago

MARSS uses a fairly simple memory access protocol, which can be found in memoryController.{cpp/h}

If you need something more realistic, you can integrate MARSS and DRAMSIM2, which can be found at https://github.com/dramninjasUMD/marss.dramsim

The MARSS portion of the code will not be up to date with this repo.