In reply to vk7715:
- A scope is an instance path name. The only time a module name works as a path name is an upwards reference (a top-level module is a kind of upward reference). You could use the bind construct to insert a module inside your sva_module.
- A list is comma separated: sva_module.assert_1, sva_module.assert_2
A better option might be to use your tools commands to turn on/off assertions which has much more flexibility in specifying paths (e.g. wildcards)