From 62321660514419ab1413a7bbe61ce19bae442875 Mon Sep 17 00:00:00 2001 From: Stephen Glancy Date: Fri, 17 Nov 2017 16:11:51 -0600 Subject: Worksaround AWAN simulation failure The DIMM behavioral model does not properly invert b-side inputs in the AWAN simulations. This patch sets removes initial pattern if simulation is enabled. Change-Id: Ie00f3fc91ae5a6e17514d378e1d4494ad5c1714b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49879 Tested-by: FSP CI Jenkins Dev-Ready: STEPHEN GLANCY Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Soma Bhanutej Reviewed-by: Louis Stermole Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49908 Reviewed-by: Hostboot Team Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- .../chips/p9/procedures/hwp/memory/p9_mss_draminit_training_adv.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training_adv.C') diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training_adv.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training_adv.C index 0a33fe947..4c46b2590 100644 --- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training_adv.C +++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training_adv.C @@ -106,7 +106,7 @@ extern "C" l_cal_steps_enabled.setBit().setBit(); // Gets the training steps to calibrate - l_steps = mss::training::steps_factory(l_cal_steps_enabled); + l_steps = mss::training::steps_factory(l_cal_steps_enabled, l_sim); // Keep track of the last error seen by a rank pair fapi2::ReturnCode l_rank_pair_error(fapi2::FAPI2_RC_SUCCESS); -- cgit v1.2.1