Personal tools

Creating a Free and Open-Source Verification Environment for Our New DMA Engine (1-3S/B)

From iis-projects

Revision as of 09:19, 27 June 2022 by Tbenz (talk | contribs) (Created page with "<!-- Creating Creating a Free and Open-Source Verification Environment for Our New DMA Engine (1-3S/B) --> Category:Digital Category:High Performance SoCs Category:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Overview

Status: Available

Introduction

At IIS we have created a high-performance DMA Engine called iDMA. So far we have verified the unit's correctness using a simple file-based System-Verilog testbench.

Even though our current verification strategy works, to fully develop the iDMA we need a more capable verification strategy that:

* Only uses free-and-open-source tools (Verilator) to simulate the iDMA
* Simulates a more realistic memory system (multiple memories, complex latency pattern, reordering, ...) 

Project

In this project, you develop a verification environment around our iDMA Engine using Verilator.

Character

  • 30% Planning and design of the test environment
  • 50% Implementing a C++ testbench
  • 20% Verification of / Improving the testbench

Prerequisites

  • Interest in memory systems
  • Experience with digital design in SystemVerilog as taught in VLSI I
  • Knowledge of C/C++
  • Preferred: Knowledge of AXI4
  • Preferred: Experience with Verilator

References