Giter Club home page Giter Club logo

tvip-axi's Introduction

ko-fi Gitter

TVIP-AXI

TVIP-AXI is an UVM package of AMBA AXI4 VIP.

Feature

  • Master and slave agent
  • Support AXI4 and AXI4-Lite protocols
  • Highly configurable
    • address width
    • data width
    • ID width
    • etc.
  • Support delayed write data and response
  • Support gapped write data and read response
  • Response ordering
    • in-order response
    • out of order response
  • Support read interleave
  • Include UVM RAL adapter and predictor

Sample Environment

The sample environment is included. The execution procedure is as following.

Preparation

Before executing the sample environment, you need to clone submodules. Hit command below on the root directory of TVIP-AXI.

$ ./setup_submodules.sh

Execution

To execute the sample environment, hit command below on the sample/work directory.

$ make

Then, all sample test cases will be executed by using Synopsys VSC simulator. If you want to use Cadence Xcelium simulator, hit command below.

$ make SIMULATOR=xcelium

If you want to execute a test case individually, hit command below.

$ make NAME_OF_TEST_CASE

Followings are available test cases:

  • default
  • request_delay
    • sample for delayed request
    • sample for gapped write data
  • response_delay
    • sample for delayed response
    • sample for gapped read response
  • out_of_order_response
    • sample for out of order response
  • read_interleave
    • sample for read interleave

Supported Simulator

Supported simulators are below:

  • Synopsys VCS
  • Cadence Xcelium
    • -warn_multiple_driver option may be needed to avoid E,ICDCBA error

Contact

If you have any questions, problems, feedbacks, etc., you can post them on following ways:

Copyright

Copyright (C) 2018 Taichi Ishitani. TVIP-AXI is licensed under the Apache-2.0 license. See LICENSE for further details.

tvip-axi's People

Contributors

taichi-ishitani avatar kazt81 avatar kkurenkov 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.