Personal tools

Difference between revisions of "Designing a Scalable Miniature I/O DMA (1-2B/1-3S/M)"

From iis-projects

Jump to: navigation, search
(References)
Line 49: Line 49:
  
 
* [1] https://github.com/pulp-platform/iDMA
 
* [1] https://github.com/pulp-platform/iDMA
* [2] https://github.com/pulp-platform/udma
+
* [2] https://github.com/pulp-platform/udma_core

Revision as of 15:44, 24 November 2023


Overview

Status: Available

Introduction

At IIS we are developing an architectural family of lightweight yet high-performance data movement engines (iDMA)[1].

Furthermore, our PULPissimo systems use a different DMA architecture (uDMA [2]), specifically designed to interact with SoC peripherals.

Project

The goal of this project is to replace the internal data movement component within the uDMA with the iDMA, simplifying the code base within the design.

Depending on the progress, this project could result in a Tapeout.

Character

  • 40% RTL Design and Verification
  • 20% Software / Driver / HAL writing (C)
  • 40% Evaluation


Prerequisites

  • Experience with digital design in SystemVerilog as taught in VLSI I

References