Turn Off All Assertions Inside Generate Block

In reply to S.P.Rajkumar.V:

Is this issue seen only in VCS? Or is it really not a standard syntax to turn-off all assertions using the generate block hierarchy?

I know it will work if each particular assertion inside the gen block has $assertoff. But that is not practical for me since there are lots of assertions inside it.

Well, I guess I have no choice but to put the assertions inside a module and not inside a generate block.