In reply to dave_59:
Thanks Dave,
I am grtting this error while using following piece of code
all_cfg: cross a, b, c
{
ignore_bins invalid = binsof (a) with (wvar==0);
}
The ‘with’ clause specified on the cross bin does not have any impact and is
invalid; it should contain at least one occurence of the constituent
coverpoint names.
Please remove or correct the clause and compile
Could you please help me in that ?