All Projects → taichi-ishitani → tvip-axi

taichi-ishitani / tvip-axi

Licence: Apache-2.0 license
AMBA AXI VIP

Programming Languages

SystemVerilog
227 projects

Projects that are alternatives of or similar to tvip-axi

tnoc
Network on Chip Implementation written in SytemVerilog
Stars: ✭ 91 (-29.46%)
Mutual labels:  uvm, axi, amba, axi4, amba-axi
gocast
GoCast is a tool for controlled BGP route announcements from a host
Stars: ✭ 55 (-57.36%)
Mutual labels:  vip
INT FP MAC
INT8 & FP16 multiplier accumulator (MAC) design with UVM verification completed.
Stars: ✭ 31 (-75.97%)
Mutual labels:  uvm
RxCleanSwift
Example repository of Clean Swift built on ReactiveX
Stars: ✭ 42 (-67.44%)
Mutual labels:  vip
OneKeyVip
一键Vip解析工具箱,功能介绍:1、Vip视频解析;2、一站式音乐搜索解决方案;3、bilibili视频封面获取;4、bilibili视频下载;5、商品历史价格展示(一次性告别虚假降价);6、优惠券查询;7、CSDN界面清理(复制解锁)
Stars: ✭ 291 (+125.58%)
Mutual labels:  vip
k8s-deploy
No description or website provided.
Stars: ✭ 77 (-40.31%)
Mutual labels:  vip
VIP-Core
No description or website provided.
Stars: ✭ 48 (-62.79%)
Mutual labels:  vip
dvcon download
Download proccedings from DVCon
Stars: ✭ 20 (-84.5%)
Mutual labels:  uvm
uvm
Universal Virtual Machine for Node and Browser
Stars: ✭ 29 (-77.52%)
Mutual labels:  uvm
core-v-verif
Functional verification project for the CORE-V family of RISC-V cores.
Stars: ✭ 283 (+119.38%)
Mutual labels:  uvm
radishes
Cross-platform copyright-free music platform(跨平台的无版权音乐平台). 支持 windows / macos / linux / web
Stars: ✭ 212 (+64.34%)
Mutual labels:  vip
v
VIP电影在线播放
Stars: ✭ 23 (-82.17%)
Mutual labels:  vip
Easy163
安卓端一键解锁网易云音乐,无须 ROOT
Stars: ✭ 2,165 (+1578.29%)
Mutual labels:  vip
WPCOM-Legacy-Redirector
WordPress plugin for handling large volumes of legacy redirects in a scalable manner.
Stars: ✭ 16 (-87.6%)
Mutual labels:  vip
Vip
vip 视频解析
Stars: ✭ 70 (-45.74%)
Mutual labels:  vip
awesome-dv
Awesome ASIC design verification
Stars: ✭ 76 (-41.09%)
Mutual labels:  uvm
hwt
VHDL/Verilog/SystemC code generator, simulator API written in python/c++
Stars: ✭ 145 (+12.4%)
Mutual labels:  uvm
PeakRDL-uvm
Generate UVM register model from compiled SystemRDL input
Stars: ✭ 25 (-80.62%)
Mutual labels:  uvm
YASA
🐌Yet Another Simulation Architecture
Stars: ✭ 46 (-64.34%)
Mutual labels:  uvm
Quasar
Quasar 2.0: Chisel equivalent of SweRV-EL2
Stars: ✭ 19 (-85.27%)
Mutual labels:  axi4

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].