Skip to content

Example setup for UVM driven Icarus Verilog Simulation

Notifications You must be signed in to change notification settings

euvm/avst_adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

avst_adder

Example setup for UVM driven Icarus Verilog Simulation

This example contains a single Verilog module DUT that adds all the bytes of data it receives via an simplified Avalon Streaming streaming interface. When the last byte of the arbitrary length stream is received, the DUT gives back a four byte sum that it has accumulated via a reverse Avalon Stream.

Required Software

  1. Icarus Verilog version 10.2 or newer
  2. Emabedded UVM downloadable from http://uvm.io/download

To run the simulation just go to the checked-out directory and type make run on a bash prompt.

About

Example setup for UVM driven Icarus Verilog Simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published