check_timing -no_clock -multiple_clock in primeTime errors
时间:10-02
整理:3721RD
点击:
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.
SYNTAX
string check_timing
[-verbose]
[-significant_digits digits]
[-ms_min_separation delta]
[-override_defaults check_list]
[-include check_list]
[-exclude check_list]
do we have anything perform the same?
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.
SYNTAX
string check_timing
[-verbose]
[-significant_digits digits]
[-ms_min_separation delta]
[-override_defaults check_list]
[-include check_list]
[-exclude check_list]
do we have anything perform the same?
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.