2022年4月30日

[CU]uvm lab4-router

摘要: 注1:uvm lab1 - __见贤思齐 - 博客园 (cnblogs.com) 注2:uvm lab2 - __见贤思齐 - 博客园 (cnblogs.com) 注3:uvm lab3 - __见贤思齐 - 博客园 (cnblogs.com) 注4:IC仿真makefile示例4 - __见贤思齐 阅读全文

posted @ 2022-04-30 21:11 知北游。。 阅读(297) 评论(0) 推荐(0) 编辑

[CU]IC仿真makefile示例4

摘要: 1 # Makefile for UVM Lab4 2 rtl_path = ../../rtl 3 test = test_base 4 DUT = $(rtl_path)/router.sv $(rtl_path)/router_io.sv $(rtl_path)/ral/host_io.sv 阅读全文

posted @ 2022-04-30 20:59 知北游。。 阅读(291) 评论(0) 推荐(0) 编辑

[CU]uvm lab3-router

摘要: 注1:uvm lab1 - __见贤思齐 - 博客园 (cnblogs.com) 注2:uvm lab2 - __见贤思齐 - 博客园 (cnblogs.com) 注3:结合synopsys uvm lab guide阅读; 注4:uvm1.1 lab链接第三方资源 – 路科验证 (rockeric 阅读全文

posted @ 2022-04-30 16:05 知北游。。 阅读(346) 评论(0) 推荐(0) 编辑

[CU]uvm lab2-router

摘要: 注1:uvm lab1 - __见贤思齐 - 博客园 (cnblogs.com) 注2:lab1相应的makefile见IC仿真makefile示例3 - __见贤思齐 - 博客园 (cnblogs.com); 注3:结合synopsys uvm lab guide阅读; 注4:uvm1.1 lab 阅读全文

posted @ 2022-04-30 11:49 知北游。。 阅读(394) 评论(0) 推荐(0) 编辑

《Practical UVM Step By Step with IEEE》2.4 Create UVM Testbench Environment for the DUT

摘要: 2.4创建UVM测试平台环境 (1) DUT的每组interface都和一个uvm容器类agent相关联; agent封装了一些产生激励(seqr),驱动数据到interface(driver)以及监测interface上data的子组件(monitor); (2) wb_env_test框图: 2 阅读全文

posted @ 2022-04-30 09:45 知北游。。 阅读(421) 评论(0) 推荐(0) 编辑

导航