登录
首页 » Others » uvm_axi-master

uvm_axi-master

于 2020-12-16 发布 文件大小:50KB
0 257
下载积分: 1 下载次数: 47

代码说明:

  axi uvm vip, verification model (axi system verilog )

文件列表:

uvm_axi-master
..............\dpi
..............\...\dpi_mem.c,0,2013-06-23
..............\...\Makefile,0,2013-06-23
..............\...\mem.c,408,2013-06-23
..............\...\mem.h,0,2013-06-23
..............\examples
..............\........\virtual_master_to_dut_slave
..............\........\...........................\demo_axi_master_seq_lib.sv,5446,2013-06-23
..............\........\...........................\demo_axi_slave_seq_lib.sv,512,2013-06-23
..............\........\...........................\demo_conf.sv,535,2013-06-23
..............\........\...........................\demo_lib.sv,2715,2013-06-23
..............\........\...........................\demo_pkg.sv,428,2013-06-23
..............\........\...........................\demo_scoreboard.sv,2545,2013-06-23
..............\........\...........................\demo_tb.sv,1268,2013-06-23
..............\........\...........................\demo_top.sv,1047,2013-06-23
..............\........\...........................\dut_dummy.v,1363,2013-06-23
..............\........\virtual_master_to_virtual_slave
..............\........\...............................\demo_axi_master_seq_lib.sv,8725,2013-06-23
..............\........\...............................\demo_axi_slave_seq_lib.sv,0,2013-06-23
..............\........\...............................\demo_conf.sv,534,2013-06-23
..............\........\...............................\demo_lib.sv,4129,2013-06-23
..............\........\...............................\demo_pkg.sv,428,2013-06-23
..............\........\...............................\demo_scoreboard.sv,2541,2013-06-23
..............\........\...............................\demo_tb.sv,1310,2013-06-23
..............\........\...............................\demo_top.sv,1018,2013-06-23
..............\........\...............................\dut_dummy.v,58,2013-06-23
..............\pli
..............\...\dram.c,7844,2013-06-23
..............\...\vpi_user.c,1917,2013-06-23
..............\htm" target=_blank>README,3632,2013-06-23
..............\run.py,7174,2013-06-23
..............\sv
..............\..\axi_assertions.sv,37,2013-06-23
..............\..\axi_common.sv,7347,2013-06-23
..............\..\axi_conf.sv,13785,2013-06-23
..............\..\axi_coverage.sv,0,2013-06-23
..............\..\axi_env.sv,2562,2013-06-23
..............\..\axi_master_agent.sv,1988,2013-06-23
..............\..\axi_master_driver.sv,9894,2013-06-23
..............\..\axi_master_monitor.sv,16216,2013-06-23
..............\..\axi_master_recorder.sv,26,2013-06-23
..............\..\axi_master_sequencer.sv,780,2013-06-23
..............\..\axi_pat.sv,118,2013-06-23
..............\..\axi_pkg.sv,790,2013-06-23
..............\..\axi_slave_agent.sv,2112,2013-06-23
..............\..\axi_slave_driver.sv,8068,2013-06-23
..............\..\axi_slave_monitor.sv,17764,2013-06-23
..............\..\axi_slave_recorder.sv,26,2013-06-23
..............\..\axi_slave_sequencer.sv,772,2013-06-23
..............\..\axi_transfer.sv,3860,2013-06-23
..............\..\axi_type.sv,9848,2013-06-23
..............\..\axi_vif.sv,5595,2013-06-23
..............\..\sequence_libs
..............\..\.............\axi_based_seq_lib.sv,503,2013-06-23
..............\..\.............\axi_master_based_seq_lib.sv,899,2013-06-23
..............\..\.............\axi_master_read_seq_lib.sv,1146,2013-06-23
..............\..\.............\axi_master_write_seq_lib.sv,1757,2013-06-23
..............\..\.............\axi_seq_lib_pkg.sv,651,2013-06-23
..............\..\.............\axi_slave_based_seq_lib.sv,891,2013-06-23
..............\v
..............\.\axi_slave.v,6355,2013-06-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • op-amps-for-everyone
    op amps for everyone.pdf TI的运放设计参考手册(op amps for everyone.pdf )
    2015-04-08 15:08:52下载
    积分:1
  • OulierDetection_Matlab-master
    说明:  一种基于局部密度的离群检测方法,一篇神经计算期刊的源代码,转自GitHub(An outlier detection method based on local density, a source code of a neural computing journal, transferred from GitHub)
    2020-12-20 13:29:10下载
    积分:1
  • STC15项目开发
    说明:  STC15项目 ,包括软件源码和硬件原理图,软件设计中面向对象的结构设计思想可供学习,很不错(STC15 project, including software source code and hardware schematic diagram, software design object-oriented structure design ideas for learning, very good)
    2020-07-26 22:07:24下载
    积分:1
  • p1
    说明:  GSC算法,用于处理阵列信号,其中有期望信号和干扰信号和噪声。(GSC algorithm is used to process array signals, including desired signals, interference signals and noise.)
    2019-08-19 15:00:34下载
    积分:1
  • 使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程...
    使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程序中使用它们。在我们的测试案例中,将在一个DLL中包装.NET框架中的 Regex 类,并实现三个使用该包装类的 MFC 程序。你可以用 RegexWrap.dll 在自己的 C++/MFC 应用程序中添加正则表达式支持,或者用 ManWrap 工具来包装自己喜爱的框架类。-use in the C-code call.NET. The program will show you how to approach the packaging machine type framework, so that you can not use/clr and in any C/MFC applications using them. In our test cases, in a DLL packaging.NET framework of Regex class, and to achieve the use of three types of MFC packaging procedures. You can use RegexWrap.dll in their C/MFC application is added to the regular expression support, or used ManWrap tools to package their favorite framework category.
    2022-01-26 03:09:24下载
    积分:1
  • Eclipse平台下的 Servlet AJAX代码实例
    Servlet AJAX代码实例,在JSP中实现Ajax的相关小例子,是Eclipse下的Tomcat项目,安装Eclipse以及Tomcat插件后可以直接加载该项目。
    2022-10-11 08:25:02下载
    积分:1
  • 电脑组机程序,后台添加配件的价格与名称.前台用户选择后自动算总价...
    电脑组机程序,后台添加配件的价格与名称.前台用户选择后自动算总价-Computer Section Machine process
    2022-11-06 13:15:03下载
    积分:1
  • C语言基础结构
    尽管C语言提供了许多低级处理的功能,但仍然保持着良好跨平台的特性(Although the C language provides many low-level processing functions, it still maintains good cross platform characteristics.)
    2018-07-04 11:36:21下载
    积分:1
  • LAStools
    说明:  lastools工具,利用lastools工具可以將las文件轉換類型,並且可以在potree中使用(the tool of lastools)
    2020-06-23 11:00:02下载
    积分:1
  • cm
    说明:  连续波信号的模糊函数MATLAB代码,可直接运行。(The Fuzzy Function MATLAB code of CW signal can run directly.)
    2019-04-08 15:22:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载