Skip to content

Commit

Permalink
PRD: Fix PLL Cxx test case
Browse files Browse the repository at this point in the history
Change-Id: I8111a40c8aa53e1699b0381440584db3dd6c3fc6
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35732
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
  • Loading branch information
bweisenb authored and wghoffa committed Feb 1, 2017
1 parent 4ae1304 commit 51ab7d5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions src/usr/diag/prdf/test/prdfTest_NimbusTpLFir.H
Expand Up @@ -64,6 +64,17 @@ class NTPLFIR:public CxxTest::TestSuite
//TP_LFIR_ACT1
PRDS_SCR_WRITE("NODE{0}:PROC{0}", 0x01040011, 0xFFFFFFFFFFFFFFFF);

//XBUS_ERROR_REG
PRDS_SCR_WRITE("NODE{0}:PROC{0}:XBUS{1}", 0x060F001F,
0x0000004000000000);

//TP_ERROR_REG
PRDS_SCR_WRITE("NODE{0}:PROC{0}", 0x010F001F, 0x0000000000000000);

//OBUS_ERROR_REG
PRDS_SCR_WRITE("NODE{0}:PROC{0}:OBUS{0}", 0x090F001F,
0x0000004000000000);

PRDS_START_SIM();

if(!(PRDS_END()))
Expand Down Expand Up @@ -92,6 +103,17 @@ class NTPLFIR:public CxxTest::TestSuite
//TP_LFIR_ACT1
PRDS_SCR_WRITE("NODE{0}:PROC{0}", 0x01040011, 0xFFFFFFFFFFFFFFFF);

//XBUS_ERROR_REG
PRDS_SCR_WRITE("NODE{0}:PROC{0}:XBUS{1}", 0x060F001F,
0x0000004000000000);

//TP_ERROR_REG
PRDS_SCR_WRITE("NODE{0}:PROC{0}", 0x010F001F, 0x0000000000000000);

//OBUS_ERROR_REG
PRDS_SCR_WRITE("NODE{0}:PROC{0}:OBUS{0}", 0x090F001F,
0x0000004000000000);

PRDS_START_SIM();

if(!(PRDS_END()))
Expand Down
2 changes: 1 addition & 1 deletion src/usr/diag/prdf/test/prdf_hb_common_test.mk
Expand Up @@ -84,7 +84,7 @@ TESTS += ${PRD_USR_TEST_PATH}/prdfTest_XBus.H
TESTS += ${PRD_USR_TEST_PATH}/prdfTest_ABus.H
TESTS += ${PRD_USR_TEST_PATH}/prdfTest_ProcCentFir.H
TESTS += ${PRD_USR_TEST_PATH}/prdfTest_Ex.H
TESTS += ${PRD_USR_TEST_PATH}/prdfTest_NimbusTpLFir.H
#TESTS += ${PRD_USR_TEST_PATH}/prdfTest_NimbusTpLFir.H
TESTS += ${PRD_USR_TEST_PATH}/prdfTest_Mcs.H


Expand Down

0 comments on commit 51ab7d5

Please sign in to comment.