All Projects → OpenCAPI → ThymesisFlow

OpenCAPI / ThymesisFlow

Licence: Apache-2.0 license
Memory Disaggregation on POWER9 with OpenCAPI 3.0 M1 & C1

Programming Languages

Verilog
626 projects
V
68 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
tcl
693 projects
Makefile
30231 projects

Welcome to the Home of ThymesisFlow

ThymesisFlow is a HW-SW co-designed prototype enabling hardware disaggregation of compute resources on POWER9 processor systems. The current design supports disaggregation of memory by "stealing" it from a neighbour node, and is based on OpenCAPI.

ThymesisFlow Architecture

The ThymesisFlow approach consists of a compute node (left side of the figure) that is stealing the memory, and a memory node (righ side of the figure) from which the memory is stolen. The compute endpoint of the ThymesisFlow design is based on the OpenCAPI M1 mode (or LPC), while the memory endpoint uses the OpenCAPI C1 mode. On the compute endpoint the disaggregated memory is mapped at a specific range of addresses in the physical address space and can be dynamically hotplugged to a running Linux system. No software modification is needed to access disaggregated memory, neither in the Linux kernel nor from the user applications.

This repository contains the complete design (Verilog/HLS) of memory and compute side, including the OpenCAPI 3.0 reference design.

Please refer to the ThymesisFlow documentation for a complete description of the design and its bringup.

Supported Cards

The ThymesisFlow design currently supports the following cards:

How-to bring-up the design

The ThymesisFlow build and bring-up procedure is described in detail in the design reference manual. Please, refer also to the OpenCAPI3.0 Wiki for further details on the Vivado projects creation.

Create Compute side Vivado project

vivado -source create_project.tcl -tclargs --speed 20.0 --afu thymesisflow --buffer bypass --tftype compute

Create Memory side Vivado project

vivado -source create_project.tcl -tclargs --speed 20.0 --afu thymesisflow --buffer bypass --tftype memory

Follow us:

Conferences:

Press releases

What's Next

Our immediate next steps are related to the release of the software support for ThymesisFlow:

  • Memory stealing process: this is the user application that allocates a buffer in the memory node for access from a remote node.
  • ThymesisStats: Software Library for accessing performance countersi embedded in the design.
  • ThymesisFlow orchestration software: we gave a stub at our vision of a disaggregated system, and came up with a proposal control plane for dynamic orchestration of disaggregated memory segments.
  • Stay tuned!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].