I am using PrimeTime 2016.12
and tried to run this:
check_timing -no_clock -multiple_clock
Error: unknown option '-no_clock' (CMD-010)
Error: unknown option '-multiple_clock' (CMD-010)
looked that the man page do not have the options either:
check_timing
NAME
check_timing
Reports possible timing problems in the design.
Only check these two?try:
check_timing -override_defaults "no_clock data_check_multiple_clock"
I think you should check the variable timing_check_defaults first.