In reply to dave_59:
Hi Dave,
Thanks for the answer.
In my env, I have an associative array which contains the master and slave list for that master.
So, its possible to populate another list of slaves which needs to be ignored.
But, if your solution can generate the bins only for the accessible slaves than I dont need ignore_bins anymore.
Just one question:
m_slave: coverpoint slave_list_enum {
bins slvs_b[] = { master_slave_list };
Here,
slave_list_enum is the enum type variable which contains all the slaves.
and master_slave_list is the list containing the slaves which are accessible by current master.
Do I need to declare this master_slave_list as same enum type in this class?
This will generate bins only for list I pass, right?
Thanks,
Chintan