If there are multiple instances of the same module in the design, how do we define multiple scope in sdf command file.
Eg: if we have a module instantiated as dut under hierarchies x1, x2,x3, ...
so I want the scope of my sdf file as x1:dut X2:dut,...
COMPILED_SDF_FILE = "x.sdf.X",
SCOPE = x*:dut, //this doesn't work
LOG_FILE = "sdf_e.log",
MTM_CONTROL = "MAXIMUM";
Thanks