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 0273cd27383..db49affb95b 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