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.