基本信息
源码名称:使用sv和C++语言构建的cpu bfm模块
源码大小:1.45M
文件格式:.zip
开发语言:C/C++
更新时间:2023-05-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

使用sv和C 语言构建的cpu bfm模块

使用sv和C 语言构建的cpu bfm模块,可以用来快速构建一个简单的soc验证环境。


.
├── cosim_bfm_library-main
│   ├── Clean.bat
│   ├── Clean.csh
│   ├── Clean.sh
│   ├── INSTALL.txt
│   ├── License.txt
│   ├── Makefile
│   ├── README.md
│   ├── doc
│   │   ├── cosim_dpi_vpi_20210820.doc
│   │   ├── cosim_dpi_vpi_20210820.pdf
│   │   ├── images
│   │   │   ├── code_relationship.png
│   │   │   ├── cosim_bfm_axi.png
│   │   │   ├── cosim_lib.vsd
│   │   │   ├── cosimulation_bfm.png
│   │   │   └── memory_testing.png
│   │   ├── ipc_lib_20210801.doc
│   │   └── ipc_lib_20210801.pdf
│   ├── lib_bfm
│   │   ├── Clean.bat
│   │   ├── Clean.csh
│   │   ├── Clean.sh
│   │   ├── Makefile
│   │   ├── Makefile.iverilog
│   │   ├── Makefile.xsim
│   │   ├── c
│   │   │   ├── cosim_bfm_api.c
│   │   │   ├── cosim_bfm_api.h
│   │   │   ├── cosim_bfm_defines.h
│   │   │   ├── cosim_bfm_dpi.c
│   │   │   ├── cosim_bfm_packet.h
│   │   │   └── cosim_bfm_vpi.c
│   │   ├── python
│   │   │   ├── Clean.bat
│   │   │   ├── Clean.csh
│   │   │   ├── Clean.sh
│   │   │   ├── Makefile
│   │   │   ├── __init__.py
│   │   │   └── cosim_bfm.py
│   │   └── verilog
│   │       ├── cosim_bfm_axi_core.v
│   │       ├── cosim_bfm_axi_dpi.sv
│   │       ├── cosim_bfm_axi_tasks.v
│   │       └── cosim_bfm_axi_vpi.v
│   ├── lib_ipc
│   │   ├── Clean.bat
│   │   ├── Clean.csh
│   │   ├── Clean.sh
│   │   ├── Makefile
│   │   ├── Makefile.cygwin
│   │   ├── Makefile.linux
│   │   ├── Makefile.mingw
│   │   └── src
│   │       ├── cosim_ipc.c
│   │       ├── cosim_ipc.h
│   │       ├── cosim_ipc_linux.c
│   │       └── cosim_ipc_win.c
│   ├── utils
│   │   └── ipcrmall.sh
│   └── verification
│       ├── Clean.bat
│       ├── Clean.csh
│       ├── Clean.sh
│       ├── Makefile
│       ├── test_axi_dpi_vpi
│       │   ├── Clean.bat
│       │   ├── Clean.csh
│       │   ├── Clean.sh
│       │   ├── Makefile
│       │   ├── hw
│       │   │   ├── Clean.bat
│       │   │   ├── Clean.csh
│       │   │   ├── Clean.sh
│       │   │   ├── Makefile
│       │   │   ├── design
│       │   │   │   └── verilog
│       │   │   │       ├── bfm_axi.v.for_reference
│       │   │   │       ├── mem_axi_beh.v
│       │   │   │       └── top.v
│       │   │   └── sim
│       │   │       ├── Clean.bat
│       │   │       ├── Clean.csh
│       │   │       ├── Clean.sh
│       │   │       ├── Makefile
│       │   │       ├── iverilog
│       │   │       │   ├── Clean.bat
│       │   │       │   ├── Clean.csh
│       │   │       │   ├── Clean.sh
│       │   │       │   ├── Makefile
│       │   │       │   └── sim_define.v
│       │   │       └── xsim
│       │   │           ├── Clean.sh
│       │   │           ├── Makefile
│       │   │           ├── sim_define.v
│       │   │           ├── xsim.prj
│       │   │           └── xsim_run.tcl
│       │   ├── python
│       │   │   ├── Clean.bat
│       │   │   ├── Clean.csh
│       │   │   ├── Clean.sh
│       │   │   ├── Makefile
│       │   │   └── test.py
│       │   └── sw
│       │       ├── Makefile
│       │       └── src
│       │           └── main.c
│       └── test_ipc
│           ├── Clean.bat
│           ├── Clean.csh
│           ├── Clean.sh
│           ├── Makefile
│           └── src
│               └── main.c
├── des.v11.suo
└── 使用sv和C 语言构建的cpu bfm模块_cosim_bfm_library-main.zip

23 directories, 93 files