package body td_target_support_pkg is
procedure get_vvc_index_in_activity_register(
signal vvc_target : in t_vvc_target_record;
constant vvc_instance_idx : in integer
) is
begin
vvc_idx_in_activity_register(0) := shared_vvc_activity_register.priv_get_vvc_idx(vvc_target.vvc_name,
vvc_instance_idx, vvc_channel);
num_vvc_instances := 0 when vvc_idx_in_activity_register(0) = C_VVC_INDEX_NOT_FOUND else 1;
end procedure;
package body td_target_support_pkg is procedure get_vvc_index_in_activity_register( signal vvc_target : in t_vvc_target_record; constant vvc_instance_idx : in integer ) is begin vvc_idx_in_activity_register(0) := shared_vvc_activity_register.priv_get_vvc_idx(vvc_target.vvc_name, vvc_instance_idx, vvc_channel); num_vvc_instances := 0 when vvc_idx_in_activity_register(0) = C_VVC_INDEX_NOT_FOUND else 1; end procedure;
end package body td_target_support_pkg;
==> last line disappears