Personal tools

Difference between revisions of "Resource Partitioning of RPC DRAM"

From iis-projects

Jump to: navigation, search
Line 37: Line 37:
 
= Project =
 
= Project =
  
The goal of the project is to investigate and implement resource partitioning schemes [4] in the memory-controller to improve predicatability of memory accesses. The memory controller is part of a larger platform hosting a linux capable RISC-V 64-bit core.
+
The goal of the project is to investigate and implement resource partitioning schemes [4] in the memory-controller to improve predicatability of memory accesses. For example, Arm Memory System Resource Partitioning and Monitoring (MPAM)[5] is a recent example of such a scheme. The memory controller is part of a larger platform hosting a linux capable RISC-V 64-bit core.
  
 
* Get familiar with RPC DRAM protocol and the controller design
 
* Get familiar with RPC DRAM protocol and the controller design
Line 62: Line 62:
 
<div>  [3] http://asic.ethz.ch/2021/Dogeram.html </div>
 
<div>  [3] http://asic.ethz.ch/2021/Dogeram.html </div>
 
<div>  [4] “Supporting Temporal and Spatial Isolation in a Hypervisor for ARM Multicore Platforms” https://retis.sssup.it/~a.biondi/papers/isol-ICIT18.pdf </div>
 
<div>  [4] “Supporting Temporal and Spatial Isolation in a Hypervisor for ARM Multicore Platforms” https://retis.sssup.it/~a.biondi/papers/isol-ICIT18.pdf </div>
 +
<div>  [5] “Arm Memory System Resource Partitioning and Monitoring (MPAM)” https://developer.arm.com/documentation/ddi0598/latest </div>

Revision as of 10:21, 15 November 2022


Overview

Status: Available

Introduction

Recently, a new class of off-chip memories hit the market, targeting low area and low pin-count FPGAs and ASICs. These reduced pin count DDR (RPC DDR) [1] memories only require a simple on-chip PHY and can operate with regular digital IO pads making them usable on our ASICs.

In previous projects, we implemented a memory-controller for RPC DRAM and taped it out on two different chips [2][3].

Rpc dram.png

Project

The goal of the project is to investigate and implement resource partitioning schemes [4] in the memory-controller to improve predicatability of memory accesses. For example, Arm Memory System Resource Partitioning and Monitoring (MPAM)[5] is a recent example of such a scheme. The memory controller is part of a larger platform hosting a linux capable RISC-V 64-bit core.

  • Get familiar with RPC DRAM protocol and the controller design
  • Study existing resource partitioning techniques
  • Implement and verify on FPGA
  • Benchmark results

Character

  • 20% Literature Review
  • 60% Hardware Design
  • 20% Verification and Bechmarking

Prerequisites

  • Strong interest in computer architecture and memory systems
  • Experience with digital design in SystemVerilog as taught in VLSI I
  • Preferred: Knowledge or experience with AXI and RISC-V

References

[1] “Etron Technology Inc. RPC DRAM.” https://etronamerica.com/products/rpc-dram/
[4] “Supporting Temporal and Spatial Isolation in a Hypervisor for ARM Multicore Platforms” https://retis.sssup.it/~a.biondi/papers/isol-ICIT18.pdf
[5] “Arm Memory System Resource Partitioning and Monitoring (MPAM)” https://developer.arm.com/documentation/ddi0598/latest