From e60c6842b51dd9c79e85c921471c7bb409995473 Mon Sep 17 00:00:00 2001 From: Alvin Wang Date: Thu, 16 May 2019 04:52:53 -0500 Subject: Add error count mode0/1 to mcbist library Change-Id: Iaf1bdcaa4be61020bb520b9f36f30fb271460d1a Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77443 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: Louis Stermole Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77619 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc_traits.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc_traits.H b/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc_traits.H index c33463ce6..206132659 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc_traits.H +++ b/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc_traits.H @@ -291,6 +291,7 @@ class eccTraits static constexpr uint64_t MODAL_SYM_COUNT8_REG = MCBIST_MBSSYMEC8Q; // Stores the symbol counter registers in a vector for easier access for MCBIST + static constexpr uint64_t REQUIRED_NUMBER_OF_SYMBOL_REGS = 9; static const std::vector SYMBOL_COUNT_REG; // Fields, can be any size. -- cgit v1.2.1