@phixcoco: I tried what is described in the link provided. But dint quite work out as I was getting compilation error
However, found this VCS run time option that helped
You can use tcheck command in ucli prompt and disable or enable timing check upon
a specified instance/port at runtime.
tcheck -help in ucli prompt gives the details about the command as shown below:
************************************
tcheck disable/enable timingcheck upon a specified instance/port at runtime
usage:
tcheck <instance|port> <tcheck_type> <-msg|-xgen> [-disable|-enable] [-r]
where <instance|port> is a hierarchical full path name of an instance or port
<tcheck_type> is one of [all|HOLD|SETUP|SETUPHOLD|WIDTH|RECOVERY|REMOVAL|RECREM|PERIOD|SKEW],
which is used to indicate which type of timing check we want to change
<-msg|-xgen> controls simulation behavior when a timing check violation is detected
-msg disable/enable timing violation warning on the specified instance or port
-xgen disable/enable notifier toggling on the specified instance or port
[-r] change all timing checks for specified instance and all sub-instance recursively
[-disable|-enable] turn off/on timing check according to the above constraints (by default, all timing checks are enabled)
****************************************