denali vip使用经验

1.修改soma文件

pureview 可用来修改denali vip的soma文件。

$mmsomaset("$vip_hierachy", "$variable", "$value", "$unit"); 可用来动态修改soma文件中的变量值。$mmsomaset可用在initial模块中,也可以用来test case中。

2.denali VIP rtl module 与 UVM agent之间的关联方式:

例如PCIE Denali vip通过uvm_config_db#(string)::set(this, "activeRc", "hdlPath", “tb_top.PCIERC_inst(cfg_0_0)”);将例化的module与agent对应起来。

3. puresuit tests

DENALI的puresuit tests参考$DENALI/puresuit/README.PHY (DL/TLP).

There is no way to insert idle time before puresuite test completion.Puresuite tests are all directed test.They are designed to end as soon as the step conditions/requirements in a last step are pass/fail.

posted on 2017-02-22 13:59  lybinger  阅读(1623)  评论(0)    收藏  举报

导航