File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1- # Clio Artifact
1+ # Clio System
22
3- Clio is a Hardware-Software Co-Designed Disaggregated Memory System.
4- The paper has been accepted to ASPLOS'22.
5- We are still working on the final version.
6- You can find a pre-publication version [ here] ( https://arxiv.org/pdf/2108.03492.pdf ) .
3+ Clio is a disaggregated memory system that virtualizes,
4+ protects, and manages disaggregated memory at hardware-based
5+ memory nodes. More details in our ASPLOS'22 paper [ here] ( https://arxiv.org/pdf/2108.03492.pdf ) .
76
8- ** ASPLOS'22 Artifact Evaluators, please see [ Documentation/asplos-ae.md] ( ./Documentation/asplos-ae.md ) .**
7+ This repo contains Clio's FPGA hardware design, host side software, and testing program.
8+
9+ ## System Architetcure
10+
11+ The Clio hardware includes a new virtual memory
12+ system, a customized network system, and a framework for computation offloading
13+
14+ <img src =" Documentation/arch.png " alt =" drawing " width =" 500 " />
915
1016## Documentation
1117
@@ -17,6 +23,8 @@ To run Clio, see [Documentation/run.md](./Documentation/run.md).
1723
1824To debug Clio, see [ Documentation/debug.md] ( ./Documentation/debug.md ) .
1925
26+ ** ASPLOS'22 Artifact Evaluators, please see [ Documentation/asplos-ae.md] ( ./Documentation/asplos-ae.md ) .**
27+
2028## Repo Layout
2129
2230High-level layout:
You can’t perform that action at this time.
0 commit comments