首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

apb-uart-uvm-env.zip

行业研究 520.86KB 2 需要积分: 1
立即下载

资源介绍:

apb-uart-uvm-env.zip
**INTRODUCTION:** This repo contains the UVM environment for APB based Updated UART (RX-FreeRunning). **AVAILABLE TEST CASES:** 1. apbuart_config_test 2. apbuart_data_compare_test 3. apbuart_parity_error_test 4. apbuart_frame_error_test 5. apbuart_free_error_test 6. apbuart_rec_reg_test **HOW TO USE MAKEFILE:** Design files are in *design* folder and UVM testbench components are in *uvm_tb* folder. Now go to the *sim* folder where you'll find a Makefile. This Makefile has following targets: **1. compile:** to compile the design files available in the *design* folder **2. run:** to run all the available test cases on the compiled design **3. test-list:** to print the tests names **4. run_cov_all:** to run all the available test cases with coverage report on the compiled design **5. run-test:** to run any specific test e.g *$ make run-test TEST=apbuart_frame_error_test* **6. clean:** to clean the generated simulation and log files

资源文件列表:

apb-uart-uvm-env.zip 大约有63个文件
  1. apb-uart-uvm-env/
  2. apb-uart-uvm-env/README.md 1.03KB
  3. apb-uart-uvm-env/design/
  4. apb-uart-uvm-env/design/Defines.sv 721B
  5. apb-uart-uvm-env/design/apb_slave.sv 1.46KB
  6. apb-uart-uvm-env/design/apb_uart.sv 6.29KB
  7. apb-uart-uvm-env/design/apb_uart_top.sv 1.5KB
  8. apb-uart-uvm-env/design/tick_generator.sv 3.39KB
  9. apb-uart-uvm-env/design/uart_rx_BB.sv 8.29KB
  10. apb-uart-uvm-env/design/uart_transmitter.sv 6.85KB
  11. apb-uart-uvm-env/docs/
  12. apb-uart-uvm-env/docs/APB-UART VIP.pdf 173.85KB
  13. apb-uart-uvm-env/docs/APB-UART-DV-Plan.xlsx 33.2KB
  14. apb-uart-uvm-env/docs/APB-UART-VIP-flow.png 222.14KB
  15. apb-uart-uvm-env/docs/DV plans of IPB-2 team - UART DV-Plan.pdf 88.18KB
  16. apb-uart-uvm-env/docs/README.txt 69B
  17. apb-uart-uvm-env/sim/
  18. apb-uart-uvm-env/sim/Makefile 1.13KB
  19. apb-uart-uvm-env/sim/README.md 52B
  20. apb-uart-uvm-env/sim/exclusion.el 14.99KB
  21. apb-uart-uvm-env/sim/flist 1.37KB
  22. apb-uart-uvm-env/sim/testname.f 167B
  23. apb-uart-uvm-env/uvm_tb/
  24. apb-uart-uvm-env/uvm_tb/README.md 50B
  25. apb-uart-uvm-env/uvm_tb/apb_agent.sv 1.92KB
  26. apb-uart-uvm-env/uvm_tb/apb_config.sv 1.28KB
  27. apb-uart-uvm-env/uvm_tb/apb_driver.sv 3.08KB
  28. apb-uart-uvm-env/uvm_tb/apb_monitor.sv 2.92KB
  29. apb-uart-uvm-env/uvm_tb/apb_sequence.sv 2.97KB
  30. apb-uart-uvm-env/uvm_tb/apb_sequencer.sv 320B
  31. apb-uart-uvm-env/uvm_tb/apb_transaction.sv 996B
  32. apb-uart-uvm-env/uvm_tb/apbinterface.sv 943B
  33. apb-uart-uvm-env/uvm_tb/apbuart_base_test.sv 3.07KB
  34. apb-uart-uvm-env/uvm_tb/apbuart_config_test.sv 1.11KB
  35. apb-uart-uvm-env/uvm_tb/apbuart_data_compare_test.sv 1.31KB
  36. apb-uart-uvm-env/uvm_tb/apbuart_environment.sv 2.15KB
  37. apb-uart-uvm-env/uvm_tb/apbuart_frame_error_test.sv 1.03KB
  38. apb-uart-uvm-env/uvm_tb/apbuart_free_error_test.sv 1.06KB
  39. apb-uart-uvm-env/uvm_tb/apbuart_parity_error_test.sv 1.09KB
  40. apb-uart-uvm-env/uvm_tb/apbuart_property.sv 7.01KB
  41. apb-uart-uvm-env/uvm_tb/apbuart_rec_drv_test.sv 1.19KB
  42. apb-uart-uvm-env/uvm_tb/apbuart_rec_readreg_test.sv 2.33KB
  43. apb-uart-uvm-env/uvm_tb/apbuart_scoreboard.sv 10.71KB
  44. apb-uart-uvm-env/uvm_tb/apbuart_vseq_base.sv 3.89KB
  45. apb-uart-uvm-env/uvm_tb/apbuart_vsequencer.sv 763B
  46. apb-uart-uvm-env/uvm_tb/clk_agent.sv 2.03KB
  47. apb-uart-uvm-env/uvm_tb/clk_config.sv 428B
  48. apb-uart-uvm-env/uvm_tb/clk_driver.sv 3.43KB
  49. apb-uart-uvm-env/uvm_tb/clk_monitor.sv 3.11KB
  50. apb-uart-uvm-env/uvm_tb/clk_rst_pkg.sv 971B
  51. apb-uart-uvm-env/uvm_tb/clk_sequence.sv 4.83KB
  52. apb-uart-uvm-env/uvm_tb/clk_sequencer.sv 1.49KB
  53. apb-uart-uvm-env/uvm_tb/clk_transaction.sv 1.12KB
  54. apb-uart-uvm-env/uvm_tb/clkinterface.sv 1.05KB
  55. apb-uart-uvm-env/uvm_tb/testbench.sv 1.64KB
  56. apb-uart-uvm-env/uvm_tb/uart_agent.sv 1.91KB
  57. apb-uart-uvm-env/uvm_tb/uart_config.sv 1.93KB
  58. apb-uart-uvm-env/uvm_tb/uart_driver.sv 5.79KB
  59. apb-uart-uvm-env/uvm_tb/uart_monitor.sv 3.97KB
  60. apb-uart-uvm-env/uvm_tb/uart_sequence.sv 1.89KB
  61. apb-uart-uvm-env/uvm_tb/uart_sequencer.sv 325B
  62. apb-uart-uvm-env/uvm_tb/uart_transaction.sv 3.2KB
  63. apb-uart-uvm-env/uvm_tb/uartinterface.sv 495B
0评论
提交 加载更多评论
其他资源 SSM流浪动物救助平台 源码38178
SSM流浪动物救助平台 源码38178
SSM流浪动物救助平台 源码38178 SSM流浪动物救助平台 源码38178 SSM流浪动物救助平台 源码38178
【Sb2438】Springboot基于html5的花艺网站YBFX512 鲜花录像.zip
【Sb2438】Springboot基于html5的花艺网站YBFX512 鲜花录像.zip
计算机操作系统点餐系统实验
计算机操作系统点餐系统实验
计算机操作系统点餐系统实验 计算机操作系统点餐系统实验
STM32F103C8T6小系统板 单片机 核心板 STM32开发板学习板
STM32F103C8T6小系统板 单片机 核心板 STM32开发板学习板
365站群Z-Blog的站群系统:2024年10月一键搭建的便捷流程揭秘
365站群Z-Blog的站群系统:2024年10月一键搭建的便捷流程揭秘
便利店销售业绩分析.zip
便利店销售业绩分析.zip
qcustomplot
qcustomplot
Django+MySQL 简单药品管理系统
Django+MySQL 简单药品管理系统,实现对数据库的增删改查,是课设的不二之选,当然还有一些小bug。