denali vip

Adding PciePureSpecTests parameter to your .denalirc file will enable you to control which tests are run. If this parameter is absent, TripleCheck will run all of the relevant tests for your configuration. If you wish to run a subset of tests, you need to specify which tests by using the test name. Wildcards are enabled, so for example if you wish to run all the DL tests, use:

PciePurespecTests DLL*

Or, if you wish to run only two specific DLL tests, use something like:

PciePurespecTests DLL.5.2?3 DLL.3.1?9

This will run tests for checklist items DLL.5.2#3 and DLL.3.1#9. The use of the ‘?’ wildcard character is necessary because .denalirc treats all ‘# characters as the start of comments.

In addition, it is also possible to use the “-“ option to keep a test from running. For example to run all dll tests except 3.2#1:

PciePurespecTests DLL* -DLL3.2#1

 

configure puresuite tests.

We can configure puresuite to run on multilink environment. We can follow the steps below to achieve the same :

1. Define the name of the test twice in .denalirc file 
PciePurespecTests LTSSM_test_xyz
PciePurespecTests1 LTSSM_test_xyz

2. Configuring the Model and Monitor respective to the link .
status = denaliPcie.writeWordField( tb.denali_monitor_cfg_id,PCIE_REG_DEN_PS_ST,
2'd2,
PCIE_Rmask__DEN_PS_ST_numOfPSLinks,
PCIE_Rpos__DEN_PS_ST_numOfPSLinks);

status = denaliPcie.writeWordField( tb.denali_monitor1_cfg_id,
PCIE_REG_DEN_PS_ST,
2'd2,
PCIE_Rmask__DEN_PS_ST_numOfPSLinks,
PCIE_Rpos__DEN_PS_ST_numOfPSLinks);

3. Calling pstb for both the links 
status = $denaliPsTbForInst(linkReset0, `SIDEBAND_RESET,tb.denali_monitor_id,tb.denali_model_id);
status = $denaliPsTbForInst(linkReset1, `SIDEBAND_RESET,tb.denali_monitor1_id,tb.denali_model1_id);

转载于:https://www.cnblogs.com/lybinger/p/7798528.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值