From f702a3b2f6b688707968c25e44a9ae12381874c5 Mon Sep 17 00:00:00 2001 From: Devon Baughen Date: Tue, 14 May 2019 16:49:12 -0400 Subject: add explorer mcbist wrapper Change-Id: Ic6b58d08ee4d394bd9d4d7492c68bcd070f5c701 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77365 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Louis Stermole Tested-by: Hostboot CI Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77582 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- .../explorer/procedures/hwp/memory/lib/mcbist/exp_mcbist.C | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mcbist/exp_mcbist.C') diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mcbist/exp_mcbist.C b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mcbist/exp_mcbist.C index 0273cd273..db49affb9 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mcbist/exp_mcbist.C +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mcbist/exp_mcbist.C @@ -89,6 +89,19 @@ const std::vector< mss::mcbist::op_type > mcbistTraits:: namespace mcbist { /// +/// @brief Get a list of ports involved in the program +/// Specialization for program<> +/// @param[in] i_target the target for this program +/// @return vector of port targets +/// +template<> +std::vector> + program<>::get_port_list( const fapi2::Target& i_target ) const +{ + + return mss::find_targets(i_target); +} +/// /// @brief Configures broadcast mode, if it is needed /// @param[in] i_target the target to effect /// @param[in,out] io_program the mcbist::program -- cgit v1.2.1