GithubHelp home page GithubHelp logo

lanxingyuehai / ethernet_10ge_mac_sv_uvm_tb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andersonsventurini/ethernet_10ge_mac_sv_uvm_tb

0.0 0.0 0.0 107 KB

SystemVerilog-based UVM testbench for an Ethernet 10GE MAC core

Shell 0.59% Coq 9.48% Verilog 56.06% Makefile 1.08% Perl 0.88% SystemVerilog 31.91%

ethernet_10ge_mac_sv_uvm_tb's Introduction

//////////////////////////////////////////////////////////////////////
//                                                                  //                               
//  Author    : G. Andres Mancera                                   //
//  Project   : SystemVerilog/UVM Testbench for a 10GE MAC Core     //
//  License   : GNU Lesser General Public License                   //
//                                                                  //
//////////////////////////////////////////////////////////////////////

=================================
  EXECUTIVE SUMMARY
=================================
This is the source code of a fully-fledged SystemVerilog verification
environment using the Universal Verification Methodology.  The Design
Under-Test (DUT) is a 10GE MAC Core whose source code is available under
the LGPL license from OpenCores.org:
  http://opencores.org/project,xge_mac

This verification environment was developed as the final project of the 
"System and Functional Verification Using UVM" course at the UCSC Silicon
Valley Extension.  For additional information, take a look at the 
verification document available in the doc/ directory.


=================================
  VERIFICATION PLAN DOCUMENT
=================================
The verification plan is available in the doc/ directory.  This document
describes the whole testbench environment and all its components in detail.
An appendix that explains the 2 bugs that were found as part of this project
has been also added to the verification plan.


=================================
  TESTBENCH'S FILE STRUCTURE
=================================
Here is a brief description of each one of the directories in this project:
 * doc/:  PDF verification plan (aka testplan).
 * rtl/:  Verilog source code for the DUT.
 * scripts/:  Scripts required to run a regression.
 * sim/:  runsim files for all testcases with the required VCS flags.
 * testbench/:  Source code for all the testbench components.
 * testcases/:  Test case files.


=================================
  HOW TO RUN A TEST/REGRESSION?
=================================
Go to the scripts/ directory and type "make".  This will display the Makefile
usage.  You can choose to run all the test cases at once in a regression-like
manner as shown below:

 > make regress

You can also run one test case by providing the make target alias that is shown
in the usage.  For instance, if you want to run the "bringup_packet_test", you
can use the make script to do so as shown below:

 > make t1

If you choose to run a full regression, a perl script will be invoked by the
Makefile in order to parse the log files and generate a report that contains
test cases with a passing/failing/unknown log signature.

Alternatively, if you don't want to use the make script and just want to use 
the runsim scripts in order to run tests manually, go to the sim/ directory and
run the scripts that corresponds to the test case that you would like to run.
For instance, if you want to run the "zero_ipg_packet_test", you can do:

 > ./runsim.zero_ipg_packet_test

ethernet_10ge_mac_sv_uvm_tb's People

Contributors

andres-mancera avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.