Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Nov 5, 2016
1 parent 910a434 commit 66d0b31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Implementations of RBLA and MultiQueue Policies
       MultiQueue classify NVM pages into hot pages and cold pages using multiqueue algorithm accroding to both page access frequency and time locality. Its implementation is shown as following picture:![Image of Yaktocat](https://github.com/cyjseagull/SHMA/blob/master/images/MultiQueue.png)

* **Architecture of flat memory supporting different channel configurations of DRAM and NVM**
       Considering that DRAM and NVM with different channel configurations have the overlapping address space in the low end, we divide the continuous overlapped address space into {channel_nums} and mapping them to different address space interleavingly to make full use of channel parallization, basic architecuture of flat memory is shown as the following picture:![Image of Yaktocat](https://github.com/cyjseagull/SHMA/blob/master/images/flat_memory_architecture.PNG)
       Considering that DRAM and NVM with different channel configurations have the overlapping address space in the low end, we divide the continuous overlapped address space into {channel_nums} and mapping them to different address space interleavingly to make full use of channel parallization


Happy hacking and hope you find SHMA useful for hybrid memory architecture research.
Expand Down
Binary file removed images/flat_memory_architecture.PNG
Binary file not shown.

0 comments on commit 66d0b31

Please sign in to comment.